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

h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
    color: #FFFF00;
    text-decoration: underline;
    }

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

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

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

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

A:hover {
         color: #FFFF00;
         }