h1,h2,h3
{
font-family: verdana, arial, 'sans serif';
}

ul
{
list-style: disc;
}

ol
{
list-style: decimal;
}

p,table,li,th,td
{
font-size: 100%;
}

body
{
background-color: #000000;
color:white;
font-family: verdana, arial, 'sans serif';
font-size: 100%;
text-align: center
}


a:link    {color:silver}
a:visited {color:blue}
a:active  {color:red}
a:hover   {color:WhiteSmoke}

