 .menu {
 font-size: 10pt;
 color: #ffffff;
 font-family: Arial,Helvetica,sans-serif;
 font-weight: normal;
 }


 .menu2 {
 font-size: 9pt;
 color: #ffffff;
 font-family: Arial,Helvetica,sans-serif;
 font-weight: bold;
 }


 A.menu {
 color: #ffffff;
 font-weight: normal;
 text-decoration: none;
 }


 A.menu2 {
 color: #ffffff;
 font-weight: normal;
 text-decoration: none;
 }


 A.menu:hover {
 color: #eeeeee;
 font-weight: bold;
 text-decoration: none;
 background-color: #003399;
 }


 A.menu2:hover {
 color: #eeeeee;
 text-decoration: none;
 background-color: #FF0000;
 }


 A.menu:visited {
 color: #ffffff;
 text-decoration: none;
 }



 A.menu2:visited {
 color: #ffffff;
  text-decoration: none;
 }
 
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 0px;  /*to remove whitespace above and left of layout - see other way at line 1*/
	padding: 0px; /*to remove whitespace above and left of layout - see other way at line 1*/
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: .5em;
	margin-bottom: .75em;
	font-size:20px;
	letter-spacing: 0px;
	text-align:center;
	font-weight:bold;
	color: #000000;
}

 h2 { 
 color: #000000;
 font-size: 12pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 }
 
 h3 { 
 color: #000000;
 font-size: 11pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 }
 

 P.first { 
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #000000;
 }


<!-- RED BOX A:Active  {color: #FFFFF0; background-color: Red; font-weight: normal; text-decoration: underline} -->
A:Active  {color: #FFFFF0; font-weight: normal; text-decoration: underline}
A:visited  {color: #009900; font-weight: normal; text-decoration: underline}
A:Hover  {color: #FF0000}
