    H1      {
      font-size: 8pt;
      font-family: Arial;
      color: #666666;
      font-weight: normal;
      text-align: center;
      }
	  
    H2      {
      font-size: 10pt;
      font-family: Arial;
      color: #666666;
      font-weight: normal;
      text-align: justify;
      }

    H3      {
      font-size: 11pt;
      font-family: Arial;
      color: #FF0000;
      font-weight: bold;
      text-align: left;
      }

    H4      {
      font-size: 11pt;
      font-family: Arial;
      color: rgb(30,30,100);
      font-weight: normal;
      text-align: center;
      }
	  
	  H5      {
      font-size: 9pt;
      font-family: Arial;
      color: rgb(30,30,100);
      font-weight: normal;
      text-align: justify;
      }

A:link {
 font-size: 13px;
 font-weight: 300;
 font-height: 20px;
 font-style: normal;
 font-family: "arial";
 color: rgb(107,156,49);
 text-decoration: none;
}

A:visited {
 font-size: 13px;
 font-weight: 300;
 font-height: 20px;
 font-style: normal;
 font-family: "arial";
 color: rgb(107,156,49);
 text-decoration: none;
}

A:active {
 font-size: 13px;
 font-weight: 300;
 font-height: 20px;
 font-style: normal;
 font-family: "arial";
 color: rgb(107,156,49);
 text-decoration: none;
}

A:hover {
 font-size: 13px;
 font-weight: 300;
 font-height: 20px;
 font-style: normal;
 font-family: "arial";
 color: rgb(107,156,49);
 text-decoration: underline;
}


