a:link {
        color: #999;
        text-decoration: none;
}
a:visited {
        color: #999;
        text-decoration: none;
}
a:hover {
        color: #333;
        text-decoration: none;
}
a:active {
        color: #333;
        text-decoration: none;
}
