a {
  color: black;
}

a:hover {
  color: rgb(170,115,142);
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: rgb(94,90,90);
}

