a:hover, a:link, a:active
{
    text-decoration: none;
    color: white ;
}
a:visited 
{
    text-decoration: none;
    color: grey ;
}
h3
{
    color: white ;
}