/* default.css - the default style sheet */
body { 
 background-image: url('http://locustgrove1665.com/images/lgbackground.jpg');
 }
A:link { color: #003366 } /* unvisited link */
A:visited { color: #660033 } /* visited links */
A:active { color: red } /* active links - in process of linking*/
A:hover { color: red } /* hover over link */