
      body {
        color: #777777;
        background-color: #FFFFFF;
        margin-left: 5px;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-family: Verdana, Arial, Helvetica, Avantgarde, MS Sans Serif, Sans-Serif;
        font-size: 12pt;
      }
      a {
        text-decoration: underline;
        color: #000000;
      }
      a:link {
        text-decoration: underline;
        color: #000000;
      }
      a:visited {
        text-decoration: underline;
        color: #000000;
      }
      a:active {
        text-decoration: underline;
        color: #000000;
        font-style: italic;
      }
      h1 {
        color: #440044;
        font-family: Georgia, Garamond, Times New Roman, Roman, Times, Serif;
        font-size: 24pt;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
        font-style: normal;
        font-weight: normal;
      }
      h2 {
        color: #440044;
        font-family: Georgia, Garamond, Times New Roman, Roman, Times, Serif;
        font-size: 18pt;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        font-style: normal;
        font-weight: normal;
      }
      h3 {
        color: #440044;
        font-family: Georgia, Garamond, Times New Roman, Roman, Times, Serif;
        font-size: 14pt;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
        font-style: normal;
        font-weight: normal;
      }
      p {
        margin-top: 10px;
        margin-bottom: 15px;
      }
      .desc {
        font-size: 10pt;
      }
      hr {
        color: #C8C800;
      }
    
