 body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 10pt; line-height: 14pt;
 text-align: center;
 margin: 0; padding: 0;
  color: #777777;
 }
 
 p, div, table, li, u {
 font-variant: normal;
 font-size: 12pt; line-height: 14pt;
 text-align: center;
 margin: 0; padding: 0;
  color: #777777;
 }
 
 a:link {
  font-size: 18pt;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #777777;
  text-decoration: none;
  }

  a:visited {
  font-style: normal;
  color: grey;
  text-decoration: none;
  }

  a:hover {
  font-style: normal;
  text-decoration: none;
  color: red;
  }
  
  h1 {
  font-size: 18pt;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #777777;
  }
  
  h2 {
  font-size: 14pt;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #777777;
  }
  
