/* CSS Document */
.main{
	background-color: #c8c8c8; border-color: #CCCCCC; border-width: 2px; border-style: outset; background-image: url(img/main.jpg); background-repeat: no-repeat; 
}
.head{
	background-image: url(img/head.jpg); background-repeat: no-repeat;
}
h1{
	color: #000000;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.orange {
	color: #ff8c00;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.red {
	color: #CC0000;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.text{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
}
.blue{
	color: #0000ff;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.bigred{
	color: #ff0000;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.warning {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}
.my-link{
	font-size: 16px; color: #CC0000; text-decoration: underline;
}
.age_table{
	font-size: 14px; color: #000000;
}
p{
	margin: 0px; padding: 0px;
}

