body {
         font-family:   verdana,trebuchet,arial,helvetica,sans-serif;
         background: #eeeeff;
      }
h1 {
      text-align: right;
      font-size: 60px;
   }
   h2{
      font-size: 40px;
   }
   h3{
      font-size: 20px;
   }
   p.section_content {
      text-align: left;
   }
      
      
div.section {
   position: relative;
   top: 10;
   left: +10%;
   padding: 4px 10px 4px 15px;
   border-style: solid;
   border-color: #000000;
   border-width: 2px 2px 2px 2px;
   text-align: right;
   text-padding: 10px;
   width: 80%;
   background: #eedddd;
}
