
<html>
<body>
<pre>
h1,h2,h3
{
font-family: Garamond, 'Times New Roman', Times; 
}

p,table,li
{
font-family: Garamond, 'Times New Roman', Times; 
margin-left: 10pt;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p,li,th,td
{
font-family: Garamond, 'Times New Roman', Times; 
}

body
{
background-color: #fff8dc;
}

h1,h2,h3,hr 
{
color:black; 
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:mediumblue}
a:hover   {color:mediumblue}

</pre>
</body>

</html>
