<pre>body    { background-color: white; font-family: Verdana; font-size: 8pt }
h1 
{
font-size: 10pt;
font-family: "Verdana";
color: black
}

p  
{
font-size: 8pt;
font-family: "verdana";
color: #000000

}

a 
{
text-decoration: none;
color: blue;
}

a:hover
{
text-decoration: underline;
color: #34D11F;
}

ul
{
color: #223F74;
list-style-type: square
}
</PRE>
