body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	background-color: #009999;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #996600;
	background-color: #FFFFCC;
	border: medium ridge #CC6600;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #993300;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #FF0000;
}
a:hover {
	color: #FFFFCC;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #FF9999;
}
