<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: black
}

a 
{
color: Blue; 
text-decoration:none;
}

a:visited { 
color: Blue; 
text-decoration: none;
}

a:hover 
{
text-decoration:underline;
color: #CC0707;
}

.SubHeading
{
font-weight: bold;
font-size: 8pt;
Color: #CC0707;
font-family: "verdana";
}

ul
{
font-size: 8pt;
font-family: "verdana";
color: #CC0707;
list-style-type: square;
}

</PRE>