h1 {
	  color: purple;
}

a:hover{color: blue;}
a:active{color: red;}
avisited{color: #989898;}