a { color: steelblue; 
    font-size: 14px;
    font-weight: bold; 
    text-decoration: none }
a:visited { color: black; }
a:hover { color: #F90; text-decoration: underline; }
a:active { color: red; text-decoration: underline; }
a.navigate{ color: Green;
	font-family: Verdana, Arial, sans-serif; 
    font-size: 14px;
    font-weight: bold; 
    text-decoration: none }
body { font-family: Verdana, Arial, sans-serif;
     font-size: 8px;
	  background-color: #ffffff;}
	
.yellowline {background-color:#CCFF99;
}
