/* style.css - a simple style sheet */

  #notes {width: 60%; margin-left: 12%;}
  #notes1 {width: 60%; margin-left: 12%; align: center;}
  h2 {color : #0000FF; margin-left: 12%}
  h4 {color : #0000FF; margin-left: 12%}
  #image {width: 60%; margin-left: 12%;}
  #comments {color : red; font-size: 110%}
  #notesdet {font-size: 90%}
  #addnotes {font-size: 70%}
  #otherglob {color : blue;}
  #navi {width: 10%;
         font-size: 90%;
         position:         absolute;
         top:             5em;
         left:            1em;
        }

  #smallwords {font-size: 90%;
              color : gray;}

  #textref {width: 55%;
            position: absolute;
            top: 0em;
            right: 4em;}

         
  #righttight {width: 20%;
         position:         absolute;
         top:              10em;
         right:            0em;
        }