<html> <head> <title>new page 1</title> <style type="text/css">{  }
body         { font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; 
               font-color: white; font-family: Verdana, Arial, Helvetica}
TD, P, LI {font: 9pt Verdana, Arial, Helvetica}

H1 { font-size: 28pt; font-weight: bold; color: white }
H2 { font-size: 26pt; font-weight: bold; color: white; font-style: italic }
H3 { font-size: 24pt; font-weight: bold; color: white }
H4 { font-size: 14pt; font-weight: bold; color: white; font-style: italic }
H5 { font-size: 12pt; font-weight: bold; color: white }
H6 { font-size: 10pt; font-weight: normal; color: white }
.small-text {FONT-FAMILY: Arial, Helvetica, Verdana; FONT-SIZE: 8pt; #7A90C9}
.small-link {COLOR: #35356a; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; FONT-SIZE: 8pt; TEXT-DECORATION: none; color: #7A90C9;}
.diff-color {	COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; FONT-SIZE: 10pt; TEXT-DECORATION: none}

a:link       { color: #FFFFFF; text-decoration: none;  }
a:visited    { color: #996633; text-decoration: none; font-weight:bold }
a:active     { color: #000000; text-decoration: none }
a:hover      { color: #FEB816; text-decoration: none; font-weight:bold }
-->
</style>
</head>

<body leftmargin="0" bgcolor="#FFFAE1" >

<h1>Heading 1</h1>

<h2>Heading 2</h2>

<h3>Heading 3</h3>

<h4>Heading 4</h4>

<h5>Heading 5</h5>

<p>default color of body text 

<ul>
  <li>fasfasf</li>
  <li>fasdf</li>
</ul>

</body>
</html>