
    body {
      background: #aadddd;
    }

    p.main {
      font-family: "Times New Roman";
      color: black;
      font-size: 16pt;
      line-height: 18pt;
      text-align: center;
    }

    p.large {
      font-family: "Times New Roman";
      color: black;
      font-size: 16pt;
      line-height: 18pt;
      margin-left: 48pt;
      right-margin: 48pt; 
      text-align: justify;  
    }

    p.indent {
      font-family: "Times New Roman";
      color: black;
      font-size: 16pt;
      line-height: 18pt;
      margin-left: 48pt;
      margin-right: 48pt; 
      text-align: justify;  
    }

    p.alert {
      font-family: "Times New Roman", "Zapf Dingbats";
      font-size: 18pt;
      line-height: 20pt;
      color: red;
      text-align: left;
      margin-left: 96pt;
    }

    p.maintitle {
      font-family: "Times New Roman";
      font-size: 24pt;
      line-height: 28pt;
      color: maroon;
      text-align: center;
      margin-left: 72pt;
    }

    p.maintext {
      font-family: "Times New Roman";
      font-size: 18pt;
      line-height: 24pt;
      color: black;
      text-align: center;
      margin-left: 64pt;
    }

    h2 {
     font-size: 20pt;
     line-height: 22pt;
     text-align: center;
     color: black;
    }

    h3 {
     font-size: 18pt;
     line-height: 20pt;
     text-align: left;
     margin-left: 24pt;
     color: black;
    }

    div.indentleft {
      margin-left: 64pt;
    }

    div.midindentleft {
      margin-left: 96pt;
    }

    div.bigindentleft {
      margin-left: 144pt;
    }

    div.cent {
      text-align: center;
    } 

    div.right {
      text-align: right;
    }

    div.just {
      text-align: justify;
    }

    span.big {
      font-family: "Times New Roman";
      color: black;
      font-size: 18pt;
      line-height: 32pt;
      margin-left: 48pt;
      right-margin: 48pt; 
      text-align: justify;  
    }

    span.emph {
      font-weight: bold;
    }

    span.contr {
      font-style: italic;
    }

    span.alertflag {
      font-weight: bold;
      color: red;
    }

    span.smallcaps {
      font-family: "Times New Roman";
      font-size: 14pt;
      line-height: 18pt;
    }

    span.strip {
      font-family: "Arial";
      font-size: 14pt;
      line-height: 16pt;
      color: black;
    }

    a:link {
     text-decoration: none;
     color: #8800aa;
    }
         
    a:visited
    {
      text-decoration: none;
      color: #8800aa;
    }
          
    a:active
    {
      text-decoration: none;
      color: #8800aa;
    }
