body
	{
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	text-align: center;
	background-image: url(../images/GAM_background.jpg);
	background-color: #F2ECE4;
	background-repeat: repeat-x;
	}
	
a:link {
	text-decoration: none;
	color: #67567c;
} 
a:visited {
	text-decoration: none;
	color: #67567c;
} 
a:hover {
	text-decoration: underline;
	color: #9A7934;
} 
a:active {
	text-decoration: none;
	color: #67567c;
} 
