* {
    font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
}

body {  
    background: #FFFFCC;
    color: #000000; 
}  

a:link {    
    color: #0000FF;    
    background: transparent;
    text-decoration: none;
}    
    
a:visited {    
    color: #990099;    
    background: transparent;
    text-decoration: none;
}    
    
a:active {    
    color: #000000;    
    background: #ADD8E6;
    text-decoration: none;
}    

a:hover {    
    text-decoration: underline;
}



