   body {
    background : url(image.jpg);
    font-family : Comic Sans MS;    
    color : black;
    font-size : 11pt;
    style : bold;
       }

   A:link {
    font-family : Comic Sans MS;
    color : blue;
    font-size : 11pt;
    text-decoration : none;
   }
   
   A:visited {
    font-family : Comic Sans MS;
    color : blue;
    font-size : 11pt;
    text-decoration : none;
   }
   
   A:hover {
    font-family : Comic Sans MS;
    color : red;
    font-size : 11pt;
    text-decoration : none;
   }

