/* style.css - a simple style sheet */
body {
  margin-left: 5%; margin-right: 5%;
  color: black; background: white;
}
  :link { color: rgb(28, 160, 255); }  /* for unvisited links */
  :visited { color: rgb(153, 0, 153); } /* for visited links */
  a:active { color: rgb(255, 0, 102); } /* when link is clicked */
  a:hover { color: rgb(8, 80,128); } /* when mouse is over link */

h1 { margin-top: 1em; margin-bottom: -.1em; }
h2 { margin-top: 1em; margin-bottom: -.1em; }


body { font-family: Verdana, sans-serif; font-size: 125%;}

