title        { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold ; align: center; text-align: center}
h1           { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold ; align: center; text-align: center}
h2           { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold ; align: center; text-align: center}
h3           { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold ; text-align: left }
p            { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; align: center ; text-align: justify }
li           { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 100%; 
               list-style-type: disc; text-align: left; margin-left: 0; 
               margin-top: 5; margin-bottom: 0 }
h6           { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; 
               text-align: center }
div.button a
      {
      font-family: Arial, Helvetica, sans-serif;
      font-size:12px;
      font-style=regular;
      width:132px;
      height:24px;
      padding:3px;
      padding-top: 5px;
      padding-buttom: 5px;
      background-color:silver;
      color:darkblue;
      text-decoration:none;
      border-style:none;
      border-width:0;
      text-align: center;
      }

div.button a:link
      {
      background-color:darkblue;
      color:white;
      }
div.button a:visited
      {
      background-color:darkblue;
      color:white;       
      }

div.button a:hover
      {
      background-color:blue;
      color:white;        
      }