/*
This section controls the presentation of the Inferno pages
*/

body {
	background: none;
}

p {
	color: #E3B85D;
	padding: 10px;
}

a {
	color: red;
}

a:hover {
	text-decoration: none;
	color: orange;
}

#infernonav {
	text-align: center;
}

.quotebreak {
	width: 75%;
}


