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

p,table,li,address
{
font-family: arial, 'sans serif'; 
margin-left: 15pt;
}

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

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

th {background-color:#FAEBD7}

body
{
background-color: #ffffff;
}

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

a {text-decoration: none}

a:link    {color:darkblue}
a:visited {color:darkred}
a:active  {color:red}
a:hover   {color:red}


