a:link {color: #0000FF; text-decoration: none}     /* unvisited link */
a:visited {color: #0000FF; text-decoration: none}  /* visited link */
a:active {color: #0000FF; text-decoration: none}   /* selected link */ 
a:hover{color: #8B8D09; background-color: #CCCCCC; text-decoration: none}   /* mouse over link */
