a:link
{
	color: rgb(51,102,102); 
}
a:visited
{
	color: rgb(51,102,102); 
} 
a:active 
{
	color: rgb(51,102,102);
}
a:hover
{
	color: rgb(0,51,51);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102);  
}
body
{
	font-family: Arial, sans-serif;
	background-color: rgb(255,255,255);
	color: #666666;font-size:0.7em; line-height:1.4em
}

h1
{
	font-family: Arial, sans-serif; font-size: 14pt;
	color: rgb(102,102,102);
}
h2
{
	font-family: Arial, sans-serif;
	color: rgb(204,153,0); 
}
h3
{
	font-family: Arial, sans-serif;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Arial, sans-serif;
	color: rgb(153,153,0);
}
h5
{
	font-family: Arial, sans-serif;
	color: rgb(153,51,0);
}
h6
{
	font-family: Arial, sans-serif;
	color: rgb(51,102,204);
}
td           { font-family: Arial, sans-serif; font-size: 0.7em; color: #666666; line-height:1.4em }
li           { font-family: Arial; color: #666666; }