a:link, a:visited, a:active
{
	font-family: Verdana;
}
a:link
{
	font-weight : bold;
	color: rgb(247,231,90); 
}
a:visited
{
	color: rgb(255,255,255);
	font-weight : bold; 
} 
a:active 
{
	color: rgb(4,188,4);
	font-weight : bold;
}
body
{
	font-family: Verdana;
	background-color: rgb(255,255,255);
	color: rgb(76,110,66);
	font-size: 12pt;
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51);
	font-size: 11pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
}
h1
{
	color: rgb(38,78,59);
	font-size: 24pt;
}
h2
{
	color: rgb(38,78,59);
	font-size: 20pt; 
}
h3
{
	color: rgb(38,78,59);
	font-size: 18pt; 
}
h4
{
	color: rgb(38,78,59);
	font-size: 16pt;
}
h5
{
	color: rgb(38,78,59);
	font-size: 14pt;
}
h6
{
	color: rgb(38,78,59);
	font-size: 10pt;
}
