h1,h2,h3
{
font-family: arial, 'sans serif'; 
}

p,table,li,address
{
font-family: arial, 'sans serif'; 
margin-left: 15pt;
}

p,li,th,td
{
font-size: 80%;
}

th {background-color:black}

body
{
background-color: grey;
}

h1,h2,h3,hr 
{
color:black; 
}

a:link    {color:maroon}
a:visited {color:maroon}
a:active  {color:maroon}
a:hover   {color:maroon}

body
{
background-color: silver;
}


