A:link {
  color: white 
}

A:visited {
  color: white
}

A:active {
  color: red
}

A:hover {
  color: red
}

BODY { 
  background: black;
  color: white;
}
