.prompt { color: gray; }
.comment { color: gray; font-style: italic; }
.sidebar { background-color: white; }
.input {
	font-family: monospace;
	color: #800000;
}
.alpha { list-style-type: upper-alpha; }

#navig {
	border-top: 1px solid black;
	padding-top: 0.5em;
}

#back {
	width: 33%;
	float: left;
}

#index {
	width: 33%;
	float: left;
	text-align: center;
}

#forward {
	width: 33%;
	text-align: right;
	float: left;
}
