a {text-decoration: none; color:Blue}
a:hover {color: maroon}
body 
{
    font-family: Arial, Helvetica, "Times New Roman",
        Times, serif;
        background-color: white;
}
.menu a {color: white; text-decoration: none}
.menu a:hover {color: Silver}
}