body {
	margin-left: 5%; margin-right: 10%;
	color: rgb(90,90,90); 
	background: rgb(255,254,241);
	font-size: 20px;
	font-style: bold;
	font-family: Helvetica, sans-serif;
  }
  :link { color: darkred;
	text-decoration: none;}  /* for unvisited links */
  :visited { color: darkred; 
	text-decoration: none;}  /* for visited links */
  :active { color: greenyellow; 
	text-decoration: none;}  /* when link is clicked */
   :hover { color: rgb(90,90,90); 
	text-decoration: none;}  /* when mouse is over link */

	H1 
     { font-size: 32px; margin: .0em 0; color:red; 
     font-style: bold;
     font-family: Helvetica, sans-serif;
}
    H2 
     { font-size: 24px; margin: .20em 0; color:rgb(90,90,90); 
     font-style: bold;
     font-family: Helvetica, sans-serif;
  }

    H3 
     { font-size: 20px; margin: .20em 0; color:rgb(90,90,90); 
     font-style: bold;
     font-family: Helvetica, sans-serif;
  }