
H2 {
  	font-weight: normal;
  	font-size: 32px;
  	color: gray;
  	font-family: Verdana, Sans-Serif;
}

H3 {
  	color: green;
}

TABLE {
  	font-size: 10pt;
  	font-family: Verdana;
}

A:visited
{
	color: white;
}

A:active {
  	color: white;
}

A:link {
  	color: white;
}

A:hover
{
	color: #ffcc66;
}

UL {
  font-family: Arial;
  font-size: 10pt;
}

BODY
{
	font-size: 10pt;
	color: navajowhite;
	font-family: Verdana;
	background-color: #006ea9;
}

P {
  font-family: Verdana;
  font-size: 10pt;
  color: navajowhite;
}

H5
{
	font-size: 7pt;
}
