/*This determines the logo, heading and defn for the index page */
#logo {
      position: absolute;
      top: 30px;
      left: 40px;
      height: 229px;
      width:378px;  
     }  
#date {
      position: absolute;
      top: 35px;
      left: 430px;
      font-size: 8pt; 
      font-weight: bold;
      color: 330066;

     }  
#characters {
      position: absolute;
      top: 65px;
      left: 430px;
      height: 170px;
      width:305px;
      font-size: 10pt; 
      font-weight: bold; 
     } 

#guideblurb {
      position: absolute;
      top: 250px;
      left: 40px;
      width:390px; 
      font-size: 13pt; 
      font-weight: bold;
; clip:   rect(   )} 

#paragraphblurb {
      position: absolute;
      top: 290px;
      left: 160px;
      width:575px; 
      font-size: 10pt; 
      font-weight: bold;
     } 
#changebox {
      position: absolute;
      top: 355px;
      left: 120px;
      height: 90px;
      width:650px; 
      visibility: hidden;
     }  









