body {
    margin-left: 10%; margin-right: 10%;
    color: #06366B; 
    background: lightgrey; 
    }
    
    :link { color:  #06366B;
    text-decoration: none;}  /* for unvisited links */
  :visited { color: #06366B; 
    text-decoration: none;}  /* for visited links */
  :active { color: #06366B; 
    text-decoration: none;}  /* when link is clicked */
   :hover { color: #06366B; 
    text-decoration: none;}  /* when mouse is over link */
    
    
    
    H1 
     { font-size: 3.3em; margin: .67em 0; color: #06366B;}
     
     H3
     { font-size: 1.6em; margin: .50em 0; color: #06366B; }
    
    
    
    nota {
    font-size: 0.90em; color: #06366B ; text-transform: uppercase
    }
 
    nota:hover {
    font-size: 1.50em; color: #06366B;
    }