body {
	background-image: url("1178back.png");
	background-repeat: repeat;
	color: white;
	font-family: "Courier New", Courier, monospace;
}

button {
	background-color: black;
	border: 2px solid black;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 8px;
}

.pages {
	background-color: #333;
	min-height: 34px;
	min-width: 26px;
}
.pages:hover {
	background-color: #555;
}
.pages.active {
	/* NOT TO BE CONFUSED WITH ".icons:active" */
	background-color: white;
}

a:link {
	color: #ec1313;
}
a:visited {
	color: #851414;
}
a:hover {
	color: white;
}
a:active {
	color: white;
}

ul {
  list-style-position: inside;
}

ol {
  list-style-position: inside;
}

.content {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	padding: 16px;
	background: black;
	border: 2px solid black;
	outline: 16px solid black;
}

.book-nav {
    max-width: 800px;
	max-height: 100px;
    min-height: 56px;
    overflow: auto;
    white-space: nowrap;
}