body {
	background-color: #FFCC99;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;

}
a:visited {
	color: #FFCC99;
}
a:hover {
	color: #FF9900;

}
a:active {
	color: #FFFF33;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;


}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.table1 {
	background-color: #993333;
	border: medium double #660000;
	padding: 20px;

}
.table2 {
	border: medium double #FFCC99;
	color: #CCCCFF;
	background-color: #660000;



}
.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: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFCC99;
}

