a:link
{
	color: rgb(255,255,204); 
}
a:visited
{
	color: rgb(255,255,204); 
} 
a:active 
{
	color: rgb(255,255,255);
}
body
{
	font-family: Tahoma;
	font-size: 9pt;
	background-color: rgb(0,51,0);
	color: rgb(255,255,255);
}
table
{
	table-border-color-light: rgb(0,70,35);
	table-border-color-dark: rgb(0,70,35); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma;
}
h1
{
	color: rgb(28,93,47);
}
h2
{
	color: rgb(28,93,47); 
}
h3
{
	color: rgb(28,93,47); 
}
h4
{
	color: rgb(28,93,47);
}
h5
{
	color: rgb(28,93,47);
}
h6
{
	color: rgb(28,93,47);
}
