BODY
{
	background-color: #E0E0FF;
	color: #004040;
	font-family: Century;
	font-size: 12pt;
}
H1
{
	font-family: Century;
	font-size: 24pt;
	text-align: center;
}
H2
{
	font-family: Century;
	font-size: 18pt;
	text-align: center;
}
A
{
	color: #208020;
	text-decoration: none;
}
A:active
{
	color: #309030;
	text-decoration: underline;
}
A:hover
{
	color: #309030;
	text-decoration: underline;
}
A:visited
{
	color: #107010;
	text-decoration: none;
}
TABLE
{
	border-width: 3px;
	border-style: double;
	border-color: #004040;
	padding: 10px;
	text-align: center;
}