a:link, a:visited  
{ 
  color : #E60000; 
  font-family : "Comic Sans MS"; 
  text-decoration : none; 
}

a:active, a:hover  
{ 
  color : #0000FF; 
  font-family : "Comic Sans MS";
  text-decoration : underline;
}
