body {background:  url(http://www.perfectrelaxation.com/images/bluefade.jpg);
background-repeat: no-repeat;}
a {text-decoration: none; color:blue; } 
/*makes the underline disappear for all links*/
a:visited { color: purple; }
a:hover { color: green; text-decoration: underline; }  
/*underlines links when hovered over */
a:active { color: red; }
h1 {font-size:48px; font-style:italic; color:navy; font-family:"Times New Roman", serif; }
h1 a, h1 a:visited {color:navy;}
h1 a:link, h1 a:visited {text-decoration: none;}