/* CSS Document */

<!--
body {
	background-color: #333333;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}
a:link {
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #FFFF66;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active {
	color: #D2C160;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: none;

}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}	
h4 {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC99;
}

