BODY {color: white;
   font-family: Geneva, Helvetica, Arial, sans-serif;
   background-color: lightblue;
   background-image: url(fish.jpg);
   background-attachment: fixed;
}

A:link {text-decoration: none; color: orange}
A:visited {text-decoration: none; color: yellow;font-size: 85% }
A:active {text-decoration: none; color: pink; font-size: 125% }
A:hover {text-decoration: none; color: white}




