.footer A
{
    color: #4d4d4d;
    font-size: 12px;
}
.footer A:visited
{
    color: #4d4d4d;
}
.footer A:hover
{
    color: red;
}

