h1,h2,h3
{
font-family: verdana, arial, 'sans serif'; 
}

p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 12pt;
color: #222200;

}
table
{
align: center;
border-style: ridge;
border-width: thin;
}
hr
{
color: #888888;
background-color: #888888;
}
ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}
li,th,td
{
font-size: 12px;
}



body
{
background-color: #ffffff;
}

h1,h2,h3,hr 
{
color:black; 
}

a:link    {color:green; font-weight: bold; text-decoration: none}
a:visited {color:green; font-weight: bold; text-decoration: none}
a:active  {color:green; }
a:hover   {color:green; text-decoration: underline}



