.headlines a:link, .headlines a:visited, .headlines a:active { 
  color: #333333; 
}
.headlines a:hover {
color: #666666;
}
a:link, a:visited { 
 text-decoration : none; 
 color: #FF6600;
}
a:hover { 
 text-decoration : none; 
 color : #FFCC00;
}
td { 
 font-family : Verdana; 
 font-size : x-small;
}
table {
 bordercolorlight : #666666;
 bordercolordark : #666666;
 bordercolor : #666666
} 
body {  
 font-family : Verdana; 
 font-size : x-small; 
 color : #333333; 

 background-color : FFFFFF; 
 text-decoration : none; 
}

input.box {
 font-family: Verdana;
 font-size: xx-small;
 border: 1px ridge #FF6600;
}

submit, rd, select, textarea {
 font-family: Verdana; 
 font-size: xx-small;  
 border: 1px none #FF6600;
 background-color: #E6e6e6;
 color: #666666
}


