* {
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
}
a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
#fence {
	width: 400px;
	height: 400px;
	margin: 20px auto;
	padding: 20px;
	outline: 5px solid black;
}
#ring {
	position: relative;
	width: 100%;
	height: 100%;
}
#apple {
	position: absolute;
	top: 325px;
	left: 325px;
	width: 50px;
	height: 50px;
	background: url(appleGame.png);
}
#myself {
	position: absolute;
	top: -20px;
	left: -85px;
	width: 50px;
	height: 50px;
	background: #b8c0c1 url(myselfGame.png) left;
}
.stats {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
#ring p {
	font-size: 18px;
	padding: 5px;
}
#end {
	display: none;
}
#links {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 25px;
	font-weight: bold;
}
#legals {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 50%;
	color: #666;
	font-size: 12px;
}
#information {
	font-weight: bold;
	text-align: center;
}
#information #informationContent {
	display: none;
}
#information:hover #informationContent {
	text-align: left;
	display: block;
	position: fixed;
	width: 700px;
	height: 400px;
	padding: 25px;
	left: 50%;
	margin-left: -375px;
	top: 50%;
	margin-top: -225px;
	border: 4px dotted #c00;
	background: #fff;
	font-size: 18px;
}
li {
	margin-left: 30px;
	list-style-style: circle;
}
	