body
{
	font-family: Helvetica LT Std;
	background-color: #3D591D;
	color: #ffff99;
}
a:link
{
	color: rgb(255,255,153);
	text-decoration: none; 
}

a:active 
{
	color: rgb(102,255,0);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(255,255,153);
	text-decoration: none;   
} 
a:hover
{
	color: rgb(255,255,255);
	text-decoration: underline; 
}

table
{
	border-right-style: solid; border-right-width: 1px; border-right-color: #ffe400;
	border-top-style: solid; border-top-width: 1px; border-top-color: #ffe400;
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #ffe400;
	border-left-style: solid; border-left-width: 1px; border-left-color: #ffe400;
	color: #ffffff;
	align: center;
	background-color: #3D591D
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,153); 
}
h3
{
	color: rgb(0,255,204); 
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}
