@charset "UTF-8";
/* CSS Document */

a:link, a:visited { 
text-decoration: underline; 
color: white; 
background-color: transparent;
} a:hover, a:active {
text-decoration: underline overline; 
color: #000000; 
background-color: #FF0000;
}