body {
    font-family: "Verdana", sans-serif;
    font-size: 8pt;
    line-height: 9pt;
    color: #666666;
    background-color: #666666;
    }

h1{
    font-weight: 600;
    font-size: 20pt;
    line-height: 21pt;
    text-align: center;
    }

h2{
    font-weight: 500;
    font-size: 14pt;
    line-height: 16pt;
    text-align: center;
    }
    
h3 {
    font-weight: 600;
    font-size: 10pt;
    line-height: 12pt;
    }
    
#wrap {
    margin-left:10%;
    margin-right: 10%;
    margin-top: 5%;
    padding: 5% 10% 5% 10%;
    color: inherit;
    background-color: #FFFFFF;
   }
   
#contact  {
    text-align: center;
}

#line {
    width: 60%;
    }
    
.pub {
    padding: 0px 10%;
    text-indent: -25px;
    }
    
.title {
    font-weight: bold;
    }
    
