<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: #313131
}

a 
{
text-decoration: none;
color: blue;
}

a:hover
{
text-decoration: underline;
color: #990000;
}

.TableStyle
{
font-size: 10pt;
font-family: "Verdana";
}

.ErrorMessage
{
border-width: 1px;
border-style: dashed;
border-color: #990000;
border-collapse: collapse;
padding:10px;
}

.ErrorMessage p
{
font-size: 10pt;
font-family: "verdana";
color: #990000;
}

ul
{
font-size: 8pt;
font-family: "verdana";
list-style-position: outside;
list-style-type: square;
}
</PRE>