body {
	max-width: 930px;
	margin: auto;
	margin-top: 25px;
	background-color: #eee;
	color: #000;
	font-size: 14pt;
	font-family: "Oldstyle", Georgia, serif;
	min-height: 600px;
	background-image: url("images/nyarlathotep-bg.webp");
	background-repeat: repeat-y;
	background-position: top center;

}
@font-face {
	font-family: 'OldStyle';
	src: URL('../fonts/OLDSH___.TTF') format('truetype');
}
.oldstyle {
	font-size: 14pt;
	font-family: "OldStyle", Georgia, serif;
}
@font-face {
	font-family: 'RusticRoadside';
	src: URL('../fonts/RusticRoadway.otf') format('opentype');
}
.rusticroadside {
	font-size: 15pt;
	font-family: "RusticRoadside", Georgia, serif;
}
h1 {
	margin: 5px 0px;
}
h2, h3 {
	margin: 5px 0px;
	color: #A42A04;
}
p {
	margin: 0px 0px 10px 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #A42A04;
	text-decoration: none;
}
.letter {
	padding: 10px 10px 10px 10px;
	background: rgba(255,255,255,.6);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	transform: rotate(-0.5deg);
	margin-bottom: 30px;
	margin-left: 10px;
	width: 90%;
}
.extra-large {
	font-size: 350%;
}
.small {
	font-size: 80%;
}
li {
	list-style-image: url("nyarlathotep-sign.svg");
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	background-image: url("elder-sign-red.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
}
li.none {
	background-image: none;
}
.button {
	font-size: 15pt;
	font-weight: bold;
	padding: 5px;
	line-height: 2em;
	background: rgba(255,255,255,.5);
	text-decoration: none #eee solid 1px;
	border: dashed #A42A04 2px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 5px, rgba(0, 0, 0, 0.23) 0px 1px 1px;
}
div.nav {
	text-align: center;
}
