
body {
 margin-left: 5%; margin-right: 5%;text-align: left;
 color: black;background-color: white;
  }
h1 {
 margin-top: 1em; margin-bottom: 1em; 
 font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; 
 font-size: 200%;color: black;background-color: white;text-align: center;}
h2 {
 margin-bottom: 1em;
 font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; 
        font-size: 180%;text-align: center;color: black;
 background-color: white;} 
 p {
 font-family: Garamond, "Times New Roman", serif;  
        font-size: 110%;font-weight: bold;color: black; }
a:link {
  color: blue;background-color: white; }
a:visited {
  color: purple;background-color: white;}
a:active { color: rgb(255, 0, 102) } /* when link is clicked */
a:hover { color: olive} /* when mouse is over link */
