body {
  background-color: pink;
  background-image: url("../images/starpattern.png");
  background-repeat: repeat;
  color: black;
  font-family: "Times New Roman"; 
}

a:link {
  color: deeppink;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: darkviolet;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: darkviolet;
  background-color: transparent;
  text-decoration: none;
}