a, a:visited{
    text-decoration: none;
    color: grey;
}

a:hover{
    color: #BBBBBB;
}


