<style>

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: yellowS;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: orange;
  background-color: transparent;
  text-decoration: underline;
}

h1 {
  color: blue;
}



</style>
