body {
	margin-left: 25%; margin-right: 10%;
	color: white;
	background: #DEB887;
	}

	:link { color: #000000;
	text-decoration: none;}  /* for unvisited links */
  :visited { color: #000000;
	text-decoration: none;}  /* for visited links */
  :active { color: #000000;
	text-decoration: none;}  /* when link is clicked */
   :hover { color: dimgrey;
	text-decoration: none;}  /* when mouse is over link */



	H1
     { font-size: 25px; margin: .67em 0; color: #000000 }
    
    H2
     { font-size: 30px; margin: .67em 0; color: #000000 }

    H3
     { font-size: 25px; margin: .50em 0; color: white }

    H4
     { font-size: 18px; margin: .50em 0; color: black}

    H5
     { font-size: 25px; margin: .67em 0; color: #000000 }




	nota {
	font-size: 0.90em; color: transparent ; text-transform: uppercase
	}

	nota:hover {
	font-size: 1.50em; color: blue
	}