body {
  background-color: white;
  color: black;
  text-align: center;
}
a:link {
  color: #ad0082;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #5b0296;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #e002a9;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #fc03be;
  background-color: transparent;
  text-decoration: underline;
}