/* @override http://www.hoboes.com/css/nisus.css */

body {
	font-family: Adobe Garamond, Georgia;
	max-width: 38em;
	margin: auto;
	margin-top: 2em;
}

h1, h2 {
	padding-top: .2em;
	text-align: center;
}

h1 {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: .1em;
	border-color: black;
}

p {
	text-indent: 1em;
	text-align: justify;
}

p.code_sample, p.code_display, p.code {
	white-space: pre;
	border-left-style: inset;
	border-left-width: .2em;
	margin: 0;
	font-family: monospace;
}

span.new_typing {
	font-weight: bold;
}

p.author, p.subtitle {
	text-align: center;
	margin: 0;
}

p.new_scene {
	margin-top: 4em;
}

p.notes_to_me, blockquote {
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 0;
}

p.notes_to_me {
	color: red;
}
blockquote {
	font-style: italic;
}

img {
	display: block;
	margin: auto;
	max-width: 100%;
}