BODY {
   color : rgb(0,0,0) ;
   background-color : rgb(255,255,255) ;
   text-decoration : none ;
   font-size : 95% ;
   }
A:LINK {
   color : rgb(0,200,0) ;
   text-decoration : none ;
   }
A:VISITED {
   color : rgb(0,0,255) ;
   text-decoration : none ;
   }
A:ACTIVE {
   color : rgb(255,0,0) ;
   text-decoration : none ;
   }
A:HOVER {
   color : rgb(255,0,0) ;
   text-decoration : underline ;
   }
table {
   font-size : 95% ;
   text-decoration : none ;
   }
