body
 
   {
     
    color : darkgrey;
    font-size : large;
    background-color : red;
    text-align : center;
    
      

    
  }
 
 a 
   {
    font-family : Comic Sans MS;
    font-size : medium;
   }
 
 a:link 
   {
    color : red;
    text-decoration : none;
   }
 
 a:active 
   {
    color : gray;
    text-decoration : none;
   }
 
 a:visited 
   {
    color : white;
    text-decoration : none;
   }
 
 a:hover 
   {
    color:blue;  
    font-size:medium; 
    font-weight:bold;
    text-decoration : none;
   }
 
h1,h2,h3,h4 
   {
    color : red;
    
    
   }
             
p 
   {
    color : green;
    font-family : Comic Sans MS;
    text-align: left;
    
    
   }
   

td.second 
   {
    font-family : arial;
    color : red;
    font-weight: bold;
    text-align : center;
   }
           


td.third 
   {
    width : 5%;
    font-family : arial;
    font-weight : bold;
    text - align : center;
    color : blue;
    
   }
         
          
td.sixth 
   {
    width : 49%;
    text-align : center;
    color : #FF0000;
    font-weight : bold;
    
   }
          

table.border
   {
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: SOLID;
    
   }
      
tr.border
   {
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: SOLID;
    
   }
   
td.border
   {
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    border-right: SOLID;
    
   }
    
body.results
   {
    background-image:url('http://www.geocities.com/ipswichtow/images/background.jpg');
   }   
   
img
      {
                border  : 0px
      } 
