h1,h2,h3
{
font-family: arial, 'sans serif'; 
color:#000000;
}

p,table,li,
{
font-family: arial, 'sans serif'; 
margin-left: 10pt;
margin-right: 10pt;
}

body
{
color: #000000;
background-color:#ffffff;
background-image: url('none.gif');
background-repeat: repeat;
background-attachment: fixed;
}

p,li,th,td
{
color:#ffffff;
font-size: 125%;
font-family: arial, 'sans serif';
background-color: #000000;
}


table 
{
border-style:inset;
}

a:link 
{
text-decoration: none;
color: #dddddd;

}

a:visited 
{
text-decoration: none;
color: #999999;
}

a:active 
{
text-decoration: none;
color: #eeeeee;
}

a:hover 
{
text-decoration: underline;
color: #ee0000;
}