DIV {
   font-size : 12px; 
   font-family : verdana, sans-serif;
   line-height: 18px;
   color : #ffffff; 
   background : none repeat; 
}

SPAN {
   font-size : 12px; 
   font-family : verdana, sans-serif;
   color : #ffffff; 
   background : none repeat; 
}

H2 {
   font-size : 18px; 
   font-family : verdana, sans-serif;
   font-weight : bold;
   color : #ffcc66; 
   background : none repeat; 
}

.small {
   font-size : 10px; 
   font-family : verdana, sans-serif;
   color : #000000; 
   background : none repeat; 
}

A:visited {
   font-size : 12px; 
   font-family : verdana, sans-serif; 
   font-weight : bold;
   color : #85a4e1; 
   background : none repeat; 
   text-decoration : none; 
}

A:link {
   font-size : 12px; 
   font-family : verdana, sans-serif; 
   font-weight : bold;
   color : #ffcc66; 
   background : none repeat; 
   text-decoration : none; 
}

A:active {
   font-size : 12px; 
   font-family : verdana, sans-serif; 
   font-weight : bold;
   color : #ffa500; 
   background : none repeat; 
   text-decoration : none; 
}

A:hover {
   font-size : 12px; 
   font-family : verdana, sans-serif; 
   font-weight : bold;
   color : #ffffff; 
   background : none repeat; 
   text-decoration : none; 
}


