<html>
<head>
<meta http-equiv="Content-Language" content="en-us">

<title>hcsc style</title>

<style>{  }
span.table-nav { font-family: Arial; font-size: 9pt; color: #000000 }


body         { font-family: Arial; font-size: 10pt; color:#FFFFFF }


h1           { font-size: 10pt; font-family: Arial; color: #808000; font-weight:bold }
h2           { font-size: 12pt; font-family: Arial; color: #FFFF00; font-weight: bold }
h3           { font-size: 14pt; font-family: Arial; color: #FFFF00; font-weight: bold }
h4           { font-size: 18pt; font-family: Arial; color: #800000; font-weight: bold }
h5           { font-size: 24pt; font-family: Arial; color: #800000; font-weight: bold }
h6           { font-size: 36pt; font-family: Arial; color: #800000; font-weight: bold }
table        { font-family: Arial; font-size: 10pt; color: #FFFFFF }



a:active     { color: #99CCFF }
a:link       { color: #99CCFF }
a:visited    { color: #CC99FF }
a:hover      { color: #FFFF00 }
-->
</style>
</head>

<body>

<p>Body</p>
<h1>H1</h1>
<h2>H2</h2>
<h3>H3</h3>
<h4>H4</h4>
<h5>H5</h5>
<h6>H6</h6>
<ul>
  <li>Bulleted List</li>
</ul>
<ol>
  <li>Numbered List</li>
</ol>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" bgcolor="#C0C0C0">
  <tr>
    <td width="50%"><span class="table-nav">Table Definition</span></td>
    <td width="50%">&nbsp;</td>
  </tr>
  <tr>
    <td width="50%">&nbsp;</td>
    <td width="50%">&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>

</body>

</html>