a, a:visited {
  color:yellow;
  text-decoration:none;
}

a:hover {
  color:white;
  text-decoration:none;
}

body,p {
  background-color:black;
  color:white;
  font-family:sans-serif;
  font-size:12;
}