/* Make all body text grey-colored 12-point Arial with 16-point vertical spacing between lines of text and 10-point margins.
*/
body {font-size: 10pt;
      background: url(img/background.png);
           
      font-family: "arial";
      
      color: black;
      text-align:center;
      
      
      line-height: 15pt;
 
}



h1 {font: 16pt Arial;
    font-weight: bold;
    line-height: 20pt;}

h2 {font: 12pt Arial;
    font-weight: bold;
    line-height: 15pt;}

a {text-decoration: none;}
a:link {color:blue;}
a:visited {color:blue;}
a:Active {color:black;}

div {
     display:block
     position:relative;
     width:750px;
     text-align: justify;
}

div.one {
         
}

div.two {
         display:inline;
         position:relative;
             
         width:184px;
         height:123px;
         margin-left:10px;
         
                  
         text-align:right;
         
         float:right;
       }

div.three{
      display:block;

      position:relative;
      width:750px;
      height:10px;
      font-size: 8pt;
      font-family: "arial";
      text-align:center;
      line-height: 10pt;
      
     

   
}
div.four{
         display:block;
         position:relative;
         width:184px;
         height:123px;
         margin-left:10px
         text-align:center;
         
         left:250px;
         
}   
div.five {
      display:inline;
         position:relative;
             
         width:184px;
         height:123px;
         margin-right:10px;
          
                  
         text-align:left;
         
         float:left;
         
}   
div.six {
         display:inline;
         position:relative;
         width:410px;
         height:800px;
         
         text-align:right;
         float:right;
         
         
         
         }

        

