﻿/* unvisited link */
a{
    color: black;
}
/* mouse over link */
a:hover {
   /* color: gray; */
}