      a:link {
          color: #3333cc;
         text-decoration: none;
      }
      a:visited {
         text-decoration: none;
      }
      a:hover, a:active {
         text-decoration: underline;
	 color: #777799;
      }
      body {
         background-color: white;
	 font-family: Times, Palatino, serif;
      }

      p {
         margin-left: 5%;
         margin-right: 5%;
         color: black;
         text-align: justify;
	 font-size: 11pt;
         font-family: Times, Palatino, serif;
      }

      p1 {
         margin-left: 5%;
         margin-right: 5%;
         color: black;
      }

      ul, ol {
         font-size: 11pt;
         color: black;
         font-family: Times, Palatino, serif;
      }
      code {
         color: black;
         white-space: pre ! important;
         font-size: 60%;
      }
      pre {
         color: black;
         white-space: pre ! important;
         font-family: Courier, fixed;
      }
      h1, h2, h3, h4, h5, h6 {
         color: black;
         font-family: Helvetica, Arial, sans-serif;
         color: black;
	 font-style: bold;
      }
      h1 {
         font-size: 18pt;
      }
      h2 {
         font-size: 14pt;
      }
      h3 {
         font-size: 12pt;
      }
      h4 {
         font-size: 11pt;
      }
      h5 {
         font-size: 10pt;
      }
      h6 {
         font-size: 9pt;
      }

      hr {
         /* border-style: solid solid solid solid; */
         /* border-top: 1pt solid black; */
      }

      .hide {
         display: none;
      }

      .copyright {
         font-size: smaller;
      }



