body {
  background-color: black;
  color: white;
  font-family: 'pixfont/ADDSBP__.TTF';
}

a:link {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #85E2F2;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #E785F2;
  background-color: transparent;
  text-decoration: underline; 
}