body 
{
	background-color: #D0CE82;
	color:#000000;
}

H1 
{
 font-size:18pt;
 font-family:Arial;
 font-weight:bold;
 text-align:center;
}

H2 
{
 text-align:center;
 font-size:12pt;
 font-family:Arial;
 font-weight:normal;
}

p 
{
 text-align:left;
 font-size:12pt;
 font-family:Arial;
 font-weight:normal;
}

li 
{
 text-align:left;
 font-size:14pt;
 font-family:Arial;
 font-weight:normal;
}

ul 
{
 text-align:left;
 font-size:14pt;
 font-family:Arial;
 font-weight:normal;
}

a 
{
 font-size:12pt;
 font-family:Arial;
 font-weight:bold;
 font-weight:underline;
}

td 
{
 font-size:12pt;
 font-family:Arial;
 font-weight:normal;
 text-align:left;
}

a:link {
	font-weight:bold;
	color: Black;
	text-decoration: none;
}
a:visited {
	font-weight:bold;
	color: #B22222;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	color: Green;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color:#000080;
	text-decoration: none;
}
a:focus {
	font-weight: bold;
	color:#000080;
	text-decoration: none;
}
