body {
  color: #FFFF00;
}
a {
  text-decoration: none;
  color: #990066;
}

a:visited {
   color: #990066;
}

a:hover {
  color: #00FFFF;
}
