h1 {color:blue;}
body {background-color: lightgreen;}

/* Here is the code for LINKS */
a {color: blue;}
a:visited {color: purple;}
a:hover {color: red;}