.link
{
    color:black;
    text-decoration: none; 
    background-color: none;
    font-weight: bold;
}

a:hover{
    background-color: white;
}