a.nav:link { color: white; 

 text-decoration : none;}
a.nav:visited { color: white; 
 text-decoration : none;
}


a.nav:hover { color: red; }


TABLE {
    font-family :Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px; 
		color : #000099;  
}

TD {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;   
		color : #000099;
}


BODY {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;  
	color : #000099; 
	
}

strong{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;  
color : #3399ff;
}

A:HOVER {
    color :red;
    text-decoration :none;
}

 
.bluestyle {
background: #00cccc;
}
.yellowstyle {
background: #FFFFCC;
}
.greystyle {
background: #F9F9F9;
}
