body {
	margin-left: 25%; margin-right: 10%;
	color: slategray; 
	background: #FAF0E6; 
	}

	
	:link { color: darkcyan;
	text-decoration: none;}  /* for unvisited links */
  :visited { color: darkslateblue; 
	text-decoration: none;}  /* for visited links */
  :active { color: turquoise; 
	text-decoration: underline;}  /* when link is clicked */
   :hover { color: tan; 
	text-decoration: none;}  /* when mouse is over link */
	
	
	
	H1 
     { font-size: 2em; margin: .67em 0; color: slategray; }
	 
	 H3
     { font-size: 1.4em; margin: .50em 0; color: silver; }
	
	
	
	nota {
	font-size: 0.90em; color: grey ; text-transform: uppercase
	}
 
	nota:hover {
	font-size: 1.50em; color: tan; 
	}