.level1
{ 
font-family: Arial,Helvetica; 
font-size: 12px; 
font-weight: normal; 
}

.level2
{ 
font-family: Arial, Helvetica; 
font-size: 10px; 
clip: rect(); 
}

BODY
{
background-color: #EEEEEE;
color: #666666;
margin-top: 2px;
margin-left: 8px;
margin-bottom: 2px;
font-size: 10pt;
}

A:link
{
color: #900000;
font-family: Arial,Helvetica;
font-weight: normal;
text-decoration: none;
}

A:visited
{
color: #900000;
font-family: Arial,Helvetica;
font-weight: normal;
text-decoration: none;
}

A:hover
{
color: #000000;
font-weight: normal;
text-decoration: underline;
}

