body{background-color:5B,00,10}
table{background-color:CC,00,00}

/* The below style control's the color and reactions of hyperlinks */

     a:link{color: white;
            text-decoration: none}
     a:visited{color: white;
               text-decoration: none}
     a:hover{color: white;
             font-weight: bold;
             text-decoration: none}
     a:active{color: white;
              text-decoration: none}
