body {
	margin-left: 20%; margin-right: 10%;
	color: #282E28; 
	background: #ad9c82; font-family: sans-serif;
	}
	
	:link { color: #A64947; 
	text-decoration: none;}  /* for unvisited links */
  :visited { color: #A64947  ;  
	text-decoration: none;}  /* for visited links */
  :active { color: #A64947 ; 
	text-decoration: none;}  /* when link is clicked */
   :hover { color: #f79677; 
	text-decoration: none;}  /* when mouse is over link */
	
	
	
	H1 
     { font-size: 2.75em; margin: .67em 0; color: #818a7e; font-weight: bolder; font-family: mono; }
	 
	 H3
     { font-size: 1.4em; margin: .50em 0; color: #803A37; font-family: sans-serif;  }
	
	
	
	nota {
	font-size: 0.90em; color: transparent ; text-transform: uppercase
	}
 
	nota:hover {
	font-size: 1.50em; color: blue 
	}