<HTML>
  <TITLE>Style sheet</TITLE>
  <STYLE>

 H1 {font-family:  Arial, Helvetica, sans-serif; color: #5B3D23; text-align: center; font-size: 28px; line-height: 26px; }
   H2 {font-family:  Arial, Helvetica, sans-serif; color: #5B3D23; text-align: center; font-size: 24px; line-height: 28px; }
     BODY  {background-image: none; }
     table {background-color: white;  }



       A { text-decoration: none; line-height:16px;  }
       A:link { color: red; font-weight: bold; }       /* unvisited link */
       A:visited { color: green; font-weight: bold; }   /* visited links */
       A:active { color: lime; font-weight: bold; }    /* active links */

p {font-size: 12pt; font-weight: plain;  line-height: 18px; text-align: left; color: #5B3D23;}
ul {font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: plain; color: #5B3D23; line-height: 16px; text-align: left;  }
li {font-size: 12pt; font-weight: bold; color: #5B3D23; line-height: 16px; text-align: left;  }
  </STYLE>
  <BODY>
  
  </BODY>
</HTML>
