.survivor {
	color: #996600;
	text-align: center;
	font-weight: bold;
}
#content p {
	font-family: "Courier New", Courier, mono;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}

/* entry page */
body.entry {
	background-color: #000;
	color: #fff;
	text-align: center;
}
.entry h1 {
	font: bold 1.4em "Courier New", Courier, mono;
	color: #fff;
}
input#name {
	height: 20px;
	width: 150px;
}
/* valley Maze page */
body.valley {
	font: bold 1em "Courier New", Courier, mono;
	color: #000;
	background-color: #fff;
	margin: 1em;
}
body.valley p {
	margin-bottom: 0.6em;
}
body.valley .floatimgleft {
	float: left;
	margin: 0.2em 1em 0.2em 0;
	}
body.valley .floatimgright {
	float: right;
	margin: 0.2em 01em 0.2em 1em;
	}