h1,h2,h3,h4
{
font-family: 'Times new Roman'; 
}

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: black;
font-color:orange;
font-size:12;
}

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

hr
{
color:orange;
}

a:link    {color:orange}
a:visited {color:orange}
a:active  {color:white}
a:hover   {color:white}


