A:visited {
   color : #0000cc; 
   background : transparent; 
   text-decoration : none; 
}

A:link {
   color : #0000cc; 
   background : transparent; 
   text-decoration : none;    
}

A:hover {
   color : #ffffff; 
   background-color : #000000;
}

A:active {
   color : #cc00cc; 
   background-color : #ffffcc; 
   text-decoration : underline; 
}

A.offsite:link {
   color : #00cccc; 
   background : transparent; 
   text-decoration : underline; 
}

