h1 {color:blue;}

a:hover
{color: red;
  background-color: blue;
  cursor: pointer;
  font-size: 1.2em;
}

a:visited
{
 color: purple; 
}

h2:active
{
  color: green;
}