h1,h2,h3
{
font-family: arial, 'sans serif';
background-color:darkblue; 
}
p,table,li,address
{
font-family: arial, 'sans serif'; 
margin-left: 15pt;
}
p.center {text-align:center}
p,li,th,td,div
{
font-size: 90%;
line-height:0.5cm;
}
td.uline
{
border-bottom-style:solid;
border-bottom-width:medium;
border-bottom-color:#000066;
text-align:right;
}
td.ulineThin
{
border-bottom-style:solid;
border-bottom-width:thin;
border-bottom-color:#000000;
text-align:right;
}
td.small{font-size:smaller}
th {background-color:#FAEBD7}
body
{
/*background-color: #FFFFFF;*/
/*color: #CCCCCC; /*sets main text color*/
}
h1,h2,h3,hr 
{
color: #CCCCCC;
}
a:link    {color:darkblue}
a:visited {color:darkblue}
a:active  {color:red}
a:hover   {color:red}
/*div {display:none}  this is like // to cpmment thins out*/
div/*.border */
{
border-style:solid;
border-width:thin;
border-color:#999999;
}
p.top
{
line-height:0.7cm;
border-style:solid;
border-top-width:thin;
border-bottom-width:thin;
border-left-width: 15px;
border-right-width:thin;
border-color:#999999;
max-width:600px;
}
span.small{font-size:smaller}
span.pad{padding-left:200px}
span.green{color:green}
div.bigbot {border-bottom-width:thick}




