body {
	background-color: #FFFF99;
}
a:link {
	color: #CC0000;
	text-decoration: underline;

}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;

}
a:active {
	color: #FFFF33;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;


}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #669999;
}
.table1 {
	background-color: #0099CC;
	border: 5px double #000000;
	padding: 20px;

}
.table2 {
	background-color: #FFFFFF;
	border: thick double #000000;

}
.regtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
.sectext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}

