/* H1 {color: blue; font-style: italic} */

/* Background white, links blue (unvisited), navy (visited), red (active) */
BODY      {background-image: url("http://www.clearcom.com.au/images/background3.jpg")}
A:link    {color:green}
A:visited {color:darkolivegreen}
A:active  {color:lightgreen}
