BODY {
   margin: 0px;
   background-color: #ffffff;
   background: url(images/back_image.gif)
   }
A:HOVER {
   color : red;
   text-decoration : underline ;
   }
table {
   empty-cells: show;
   border-collapse: collapse;   
   font-size : x-small ;   
   }
table.main {
   table-layout: fixed; width: 600px; height: 100%;
   background: url(images/table_line.gif)  
   }
td.01 {
   padding: 50px;
   }
.small { font-size: xx-small; }
table.black {
   table-layout: fixed; width: 420px;
   background-color : black;
   }