a:link {
  color: #000000;
; text-decoration: none
}/* unvisited link */

a:visited {
  color: #000000;
; text-decoration: none
}/* visited link */

a:hover {
  color: #FF0000;
; text-decoration: none
}/* mouse over link */

a:active {
  color: #000000;
; text-decoration: none
}/* selected link */