a:link { 
    text-decoration: none; 
    color: green; 
} 
a:visited { 
    text-decoration: none; 
    color: green; 
} 
a:hover { 
    color: green; 
    background: #c4fb4d;
} 
a.menu {display:block
}




