   BODY { 
   background-color: #FFFFFF; 
}

B  {
   font-weight : bold; 
}

/*anchor cows */
A:link 	{
   text-decoration : none; 
   color : #0000FF; 
   }

A:visited {
   text-decoration : none; 
   color : #0000FF; 
}

A:hover  {
   color : #CC3300; 
}	

A.index:link  {
   font-size :10px; 
   color : #0000FF; 
}
A.index:visited  {
   font-size : 10px; 
   color : #0000FF; 
}

A.index:hover  {
   color : #CC3300; 
}	

