a:link, a:visited {
    color: black;
}

a:hover, a:active {
    color: rgb(125, 125, 125);
    text-decoration: none;
}
