a {
    text-decoration: none;
}

a:link {
    color: #cbcbcb;
}

a:visited {
    color: #cbcbcb;
}

a:hover {
    color: #fbfbfb;
}

a:active {
    color: #cbcbcb;
}