/* mouse over link */
a:hover {
    color: #A6A6A6;
}

/* selected link */
a:active {
    color: ##000000;
}