a:link
{
	color: rgb(154,135,20); text-decoration:none;
}
a:visited
{
	color: rgb(154,135,20); text-decoration:none;
} 
a:hover 
{
	color: rgb(163,177,7); text-decoration:none;
}
body
{
	font-family: Tahoma, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(106,95,80);
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(105,105,105);
}
h2
{
	color: rgb(105,105,105); 
}
h3
{
	color: rgb(105,105,105); 
}
h4
{
	color: rgb(105,105,105);
}
h5
{
	color: rgb(106,95,80); text-decoration:underline;
}
h6
{
	color: rgb(204,255,0);
}