<HTML>  <TITLE>Style sheet</TITLE>  <STYLE> H1 {font-family:  Arial, Helvetica, sans-serif; color: black; text-align: center; font-size: 26px; line-height: 30px; }   H2 {font-family:  Arial, Helvetica, sans-serif; color: black; text-align: center; font-size: 24px; line-height: 28px; }     BODY  {background-image: none}    table {background-color: "#FFFFCE";  }           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: justify; color: black;}ul {font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: color: black; line-height: 14px; text-align: left;  }li {font-size: 10pt; font-weight: bold; color: black; line-height: 14px; text-align: left;  }  </STYLE>  <BODY>    </BODY></HTML>