body {
	background-color: rgb(88, 68, 21);
	font-family: Courier New;
	color: rgb(255, 255, 255);
}

a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:active 
{
	color: #FFFFFF;
	text-decoration: none;
}




