H1   {
    font-family: Arial,Verdana;
    color: black;
	text-align: center;
}

H2   {
    font-family: Arial,Verdana;
    color: black;
	text-align: center;
}

H3   {
    font-family: Arial,Verdana;
    color: black;
    text-align: center;
}

H4   {
      font-family: Arial,Verdana;
      color: black;
	  text-align: left;
}

BODY {
      font-family: Arial,Verdana;
	  color: black;
	  font-weight: normal;
	  background-color: white}

P {
    font-family: Arial,Verdana,Trebuchet;
	color: black;
}

LI {
    font-family: Arial,Verdana,Trebuchet;
	font-size:85%;
	color: black
}    

A:link {
    font-family: Arial,Verdana,Trebuchet;
	color: blue;
	text-decoration: none;
	font-size: 9pt;
}

A:visited {
    font-family: Arial;
    color: maroon;
	text-decoration: none;
	font-size: 9pt;
}

A:Hover {
    font-family: Arial;
    color: red;
	text-decoration: underline;
	font-size: 9pt;}

