A:link {
   color : #FF00FF;  
   text-decoration : none;
font-size:12 pt;
}
A:visited {
   color : #FF33FF;
   text-decoration : none;
font-size:12 pt;
}   
A:hover {
  color : #000000;
  background: #FFA0FF;
  text-decoration: underline;
font-size:12 pt;
}

body { background: URL(fondo.gif); 
font-family: "Comic Sans MS", comic-sans;
font-size:12 pt;
}

