<pre>body    { background-color: white; font-family: Verdana; font-size: 8pt }
h1 
{
font-size: 10pt;
font-family: "Verdana";
color: #E6A167;
}

p  
{
font-size: 8pt;
font-family: "verdana";
color: #E6A167;
}

a 
{
color: #D0ECFC; 
text-decoration:none;
}

a:visited { 
color: #D0ECFC; 
text-decoration: none;
}

a:hover 
{
text-decoration:underline;
color: #865626
}

</PRE>