  BODY { 
         color : white;
         background : black
}
  A:LINK { 
         font-weight : bold;
         text-decoration : none;
         color : black
}
  A:VISITED { 
         font-weight : bold;
         text-decoration : none;
         color : black
}
  A:HOVER { 
         text-decoration : none;
         color : white
}
  TD.a { 
         font-size : 12;
         font-family : courier new;
         background : silver
}