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

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

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

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

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

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

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

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

#footer a:link {
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#footer a:visited {
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	background-color:blue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
/*removed this active link because it screws up the menu */
#footer a:active {
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

 body {
 scrollbar-arrow-color: #cc0000;
 } 

 h1 { 
 color: #000000;
 font-size: 18pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 }

 h2 { 
 color: #000000;
 font-size: 12pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align:center;
 }
 
 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;
 }

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

 P.justify { 
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #000000;
 text-align:justify;
 }
 
 ul {
  font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #000000;
 }
 li {
 font-size: 10pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #000000;
 }
 
#googlebox {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	border-top:1px black;
	border-right:1px black;
	border-bottom:1px black;
	border-left:1px black;
	border-style:solid;
	width:118px;
	background:url(/images/leftbgd.jpg) repeat-y;
}	
#googleword {
	text-align:center;
	font-family: Times, Verdana, Helvetica, sans-serif;
	font-size: 2.3em;
	padding:3px 0px 0px 0px;
	margin-bottom:0px;
}

#footer {
	height:20px;
	width:780px;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0px;
	padding:3px 0px 0px 0px;
	border-top:0px solid #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	background:#000000;
}

#copyright {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}

<!-- 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}
