body { 
	margin: auto; 
	margin-top: 20px; 
	padding-left: 0px; 
	overflow:auto; 
	text-align:center; 
	background-color: #ffffff; 	
	font-size: 100%;
	font-family: Helvetica, Sans-Serif;
	text-align: center;
}

object:focus { 
	outline:none; 
}

object {
	margin-top: 0px;
}

#gamewrapper {
	display: inline-block;
}

#sitetitle {
	margin-bottom: 20px;
}

a {
	color: #aaaaaa;
	text-decoration: none;
	font-size: 24px;
}

a:visited {
	color: #444444;
}

a:hover {
	color: white;
	background-color: black;
}

a:active {
	color: red;
	background-color: red;
}