body {
	background-color: #330099;

}
a:link {
	color: #FFFFFF;
	text-decoration: underline;

}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF0000;

}
a:active {
	color: #FFFF33;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline overline;


}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.table1 {
	background-color: #FFCC33;
	border: thin dotted #FFFFFF;
	padding: 20px;

}
.table2 {
	border: none;
	background-color: #FFCC33;



}
.regtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.sectext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
}

