      * {
         margin: 0;
         padding: 0;
         border: 0;
         font-family: Arial, Helvetica, sans-serif;
      }
      html, body {
         height: 100%;
         background-color: transparent;
         background-repeat: no-repeat;
      }
      a:link {
         color: rgb(0,0,0);
      }
      a:visited {
         color: rgb(0,0,0);
      }
      a:hover {
         color: rgb(128,128,128);
      }
      #divText a, p {
         background-image: url(../GRFX/bullit-5px.png);
         background-repeat: no-repeat;
         background-position: 0px 5px;
         padding-left: 11px;
         margin-bottom: 2px;
         text-decoration: none;
         display: block;
      }
      #divText a.normal {
         background-image: none;
         padding: 0;
         text-decoration: underline;
         display: inline;
      }
      a#button {
         position: absolute;
         top: 460px;
         left: 50px;
         width: 250px;
         height: 30px;
         padding: 0;
         background-color: rgb(170,215,34);
         background-image: none;
         color: rgb(255,30,96);
         display: block;
         border-top: 2px solid rgb(210,255,74);
         border-left: 2px solid rgb(210,255,74);
         border-bottom: 3px solid rgb(130,175,0);
         border-right: 3px solid rgb(130,175,0);
         text-align: center;
         text-decoration: none;
         padding-top: 10px;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 14px;
         font-weight: bold;
      }
      a#button:hover {
         border-top: 2px solid rgb(130,175,0);
         border-left: 2px solid rgb(130,175,0);
         border-bottom: 3px solid rgb(210,255,74);
         border-right: 3px solid rgb(210,255,74);
      }
      #divTextWrapper {
         width: 353px;
         height: 420px;
         overflow: auto;
      }
      #divText {
         text-align: justify;
         margin-top: 30px;
         margin-left: 25px;
         margin-right: 25px;
         margin-bottom: 25px;
         /*font-family: Arial, Helvetica, sans-serif;*/
         font-size: 12px;
         line-height: 14px;
      }
      #spanTitle {
         color: rgb(255,30,96);
         font-weight: bold;
      }
      .header {
         font-weight: bold;
         margin-bottom: 2px;
      }
      .italic {
         font-style: italic;
      }