
body {
	background: #303030;
	margin: 0;
}

#main {
	background: black;
	color: #e0e0e0;
	width: 900px;
	margin: 0 auto;
	padding: 25px;
}

#story p.command {
	font-family: "Courier New", monospace;
	color: white;
}

#story .red { color: #ff0000 }
#story .orange { color: #ff9900 }
#story .yellow { color: #ffff00 }
#story .green { color: #009900 }
#story .blue { color: #0000ff }
#story .purple { color: #990099 }

#command {
	padding: 10px 0;
	font-family: "Courier New", monospace;
	color: white;
}

#com {
	background: black;
	border: none;
	color: white;
	font-family: "Courier New", monospace;
	font-size: 100%;
	width: 850px;
}

#submit {
	display: none;
}

#nav {
	padding: 10px 0;
	font-family: "Courier New", monospace;
	text-align: center;
	font-size: 90%;
}

a, a:link, a:visited {
	color: white;
}

#nav .prev {
	float: left;
	padding-left: 20px;
}

#nav .next {
	float: right;
	padding-right: 20px;
}

#fineprint {
	color: black;
	font-size: 75%;
	padding: 5px 0;
	text-align: center;
}

#fineprint.unhide {
	color: #c0c0c0;
}
