BODY {
   background-color : white; 
   background-image: url(images/background.gif);   
   margin: 0px;
   }
A:HOVER {
   color : red;
   text-decoration : underline ;
   }
table {
   empty-cells: show; 
   background-color : white;
   font-size : x-small ;    
   }
.small { font-size: xx-small; }