a:link
{
	color: #669900; 
}
a:visited
{
	color: #669900; 
} 
a:active 
{
	color: #669900;
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(215,215,215); /* 204,204,151 */
	color: rgb(0,0,0); /* 0,51,51 */
}
table
{
	table-border-color-light: rgb(0,204,204);
	table-border-color-dark: rgb(0,0,0);
}
h1, h2, h3, h4, h5, h6, small
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(0,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	font-size: 10px;
}