h1,h2,h3,h4
{
font-family: verdana, arial, 'sans serif'; 
}

p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 2pt;
color="white"
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p,li,th,td
{
font-size: 80%;
}

body
{
background-color: #004400;
font-color="blue"
}

h1,h2,h3,h4
{
color:yellow; 
}

hr
{
color:gray;
}

a:link    {color:white}
a:visited {color:yellow}
a:active  {color:red}
a:hover   {color:red}