a:link
{
	color: rgb(160,160,128); 
}
a:visited
{
	color: rgb(96,96,64); 
} 
a:active 
{
	color: rgb(224,224,192);
}
body
{
	font-family: Verdana, Tahoma, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(224,224,192);
	table-border-color-dark: rgb(96,96,64); 
	table-border-color: rgb(160,160,128);
}
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Tahoma, Helvetica; margin-left: 20 }
h1
{
	color: rgb(0,50,50); font-size: 33px 
}
h2
{
	color: rgb(0,40,40);  font-size: 27px 
}
h3
{
	color: rgb(0,30,30);  font-size: 22px 
}
h4
{
	color: rgb(0,20,20); font-size: 18px 
}
h5
{
	color: rgb(0,10,10); font-size: 15px 
}
h6           { color: #000000; font-size: 13px }
h7
{
	color: rgb(47,117,34); font-size: 15px 
}
p
{
	 margin-left: 20; margin-right: 20;   
}
td
{
 	 font-size: 14px 
}
