/* style.css - a simple style sheet */
  
body {
    
margin-left: 2%; margin-right: 2%;
    
color: #225522; background: "images/stone.gif";  }


  h3 { margin-top: 5em; margin-bottom: 3em; }

  
:link { color: rgb(0, 0, 153) }  /* for unvisited links */
  
:visited { color: #882288 } /* for visited links */
  
a:active { color: #000000 } /* when link is clicked */
  
a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */


