<!-- ref http://www.w3schools.com/ -->
h1,h2,h3
{
font-family: verdana, arial, 'sans serif'; 
}
h1
{
text-align: center;
}

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

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

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

body
{
background-color: #dddddd;
}

h1,h2,h3,hr 
{
color:black; 
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:mediumblue}
a:hover   {color:mediumblue}



