p, a, h1, h2, h3, h4, h5, li, td {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #008000;
}
h1, h2, h3, h4, h5 {
  color: #FF6600;
}
a:hover {  font-weight: bold; color: #008000}
a:link {  font-weight: bold; color: #FF6600}
a:visited {  font-weight: bold; color: #FF6600}
a:active{  font-weight: bold; color: #008000}

TD.menu { 
	text-align: center; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px; 
	border-top-color: #008000; 
	border-right-color: #FF6600; 
	border-bottom-color: #FF6600; 
	border-left-color: #008000; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
} 

a.menuText {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}