 body
  {font-family: Arial;
 } 
  
  
  #container {width:75%;
  position:relative;
  padding-top:30px;
  left:150px;
  
  }

  
      #contentbox {font-size:12pt;
       position:inherit;
        color: maroon;                /* text color is maroon */ 
        background: white;            /* Content, padding will be white */
     
     padding: 30px 30px 30px 30px; /* Note 0px padding right */
                  /* no glyphs before a list item */
                                     /* No borders set */
      } 
      
        #headline {
  position:inherit;
  text-align:center;
  background:rgb(122, 163, 167);
  
  padding: 10px 30px 30px 10px;
  font-family:Georgia;
  color:white;
  font-size: 32pt;
  
  }
