h1
{
color: white; 
font-family: georgia; 
font-size: 16.0pt;
font-weight: bold;
text-align: center;
}

h2
{
color: maroon; 
font-family: georgia; 
font-size: 7.5pt;
font-weight:normal;
vertical-align: bottom;
}

h3
{
color: maroon; 
font-family: georgia; 
font-size: 9.0pt;
font-weight:bold;
}

h4
{
color: white;
font-family: georgia; 
font-size: 8.0pt;
font-style: italic;
}

th
{
background-color: #f9cf5f;
}
TD 
{
background-color: #a0614f;
}

p,table,li,pre
{
color: white; 
font-family: georgia; 
font-size: 12.0pt;
}

p
{ 
text-indent: 20px
}

body
{
background-color: #bc915a;
}


a:link    {color:maroon; text-decoration: none;}
a:visited {color:black; text-decoration: none;}
a:active  {color:white; text-decoration: none;}
a:hover   {color:white; text-decoration: underline;}
