
H2 {
  	font-weight: normal;
  	font-size: 20px;
  	color: gray;
  	font-family: Verdana, Sans-Serif;
}

H3 {
  	color: green;
}

TABLE {
  	font-size: 10pt;
  	font-family: Verdana;
}

A:visited
{
	color: olive;
}

A:active {
  	color: olive;
}

A:link {
  	color: olive;
}

A:hover {
  	color: red;
}

BODY {
  background-color: white;
}

UL {
  font-family: Arial;
  font-size: 10pt;
}

P {
  font-family: Verdana;
  font-size: 10pt;
}

H4 {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11pt;
}

H5 {
  font-family: Verdana;
  font-weight: normal;
  font-size: 8pt;
}

H6 {
  font-family: Verdana;
  font-weight: bold;
  font-size: 7pt;
}
BODY
{
	font-size: 8pt;
	font-family: Verdana;
}
IMG
{
	border-right: maroon thin groove;
	border-top: maroon thin groove;
	border-left: maroon thin groove;
	border-bottom: maroon thin groove;
}

