body {
  background: black;
  color: white
}

a:link {
  color: #FF4444;
  background: transparent;
}

a:visited {
  color: #6688FF;
  background: transparent;
}

a:active {
  color: #FFFFFF;
  background: #1133AA;
}