
H2 {
  	font-weight: normal;
  	font-size: 20px;
  	color: gray;
  	font-family: Verdana, Sans-Serif;
}

H3 {
  	color: green;
}

TABLE {
  	font-size: 8pt;
  	font-family: Verdana;
}

A:visited {
  	color: purple;
}

A:active {
  	color: purple;
}

A:link {
  	color: purple;
}

A:hover {
  	color: red;
}

BODY{
	font-family: Verdana;
	font-size: 8pt;
	background-color: white;
}

UL LI
{
  font-family: Verdana;
  font-size: 8pt;
}

P {
  font-family: Verdana;
  font-size: 8pt;
}

H4 {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11pt;
}

H5 {
  font-family: Verdana;
  font-weight: normal;
  font-size: 7pt;
}

H6 {
  font-family: Verdana;
  font-weight: bold;
  font-size: 7pt;
}
OL LI
{
	font-family: Verdana;
  font-size: 8pt;
}

