body {
	background-color: #CCCCCC;

}
a:link {
	color: #3300CC;
	text-decoration: underline;

}
a:visited {
	color: #3300CC;
}
a:hover {
	color: #FF9900;

}
a:active {
	color: #CC0000;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 48px;
	font-weight: bold;
	color: #000066;


}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
.table1 {
	background-color: #FFCC33;
	border: thick double #000066;
	padding: 20px;

}
.table2 {
	border: none;
	background-color: #6699FF;



}
.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;
}

