* {
  font-family: "Times New Roman";
}

a {
  color: purple;
}

a:hover {
  color: lightpink;
}