@charset "windows-1252"; 

a:link { 
   color: #0000CC; 
   text-decoration: none; 
}
a:active { 
   color: #CC0000; 
   text-decoration: none; 
}
a:visited { 
   color: #9900cc;
   background-color: none; 
   text-decoration: none; 
}
a:hover { 
   color: yellow;
   background-color: red; 
   text-decoration: underline; 
}
h1 {
   size: +4;
   }