
h1 {
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    font-size: 10pt;
    text-align: justify;
    }

h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
    text-decoration: underline;
    margin-bottom: 0;
    }

p {
   font-family: Arial;
   font-weight: bold;
   color: #000000;
   font-size: 10pt;
   text-indent: 15%;
   }

p.agree {
         font-family: Arial;
         font-weight: bold;
         color: #000000;
         font-size: 10pt;
         text-indent: 5%;
         text-align: justify;
         }

ol {
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    font-size: 10pt;
    text-align: justify;
    margin-top:0;
    }

A:link, A:visited, A:active {
                             color: #000000;
                             }

