/*
 * This CSS stylesheet is used by books and stories.
 * Made by Chris Herborth (chrish@pobox.com).
 *
 * You can use this freely for whatever you want.
 *
 * The styles are arranged alphabetically.
 *
 * This file is validated at: http://jigsaw.w3.org/css-validator/
 */

body {
	max-width: 612pt;
	margin-left: 72pt;
	margin-right: 72pt;
	background-color: white;
	color: black;
	font-size: 12pt;
	font-family: 'Georgia', serif;
}

div.footer {
	font-size: 8pt;
	text-align: center;
	width: 100%;
	border-top: solid black;
	clear: both;
	margin-top: 36pt;
}

div.header {
	font-size: 8pt;
	text-align: center;
	width: 100%;
	border-bottom: solid black;
	clear: both;
	margin-bottom: 36pt;
}

div.preface {
    margin-left: 36pt;
    margin-right: 36pt;
    font-style: italic;
}

div.quotation {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Tahoma', 'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
}

ol.alpha {
    list-style: lower-alpha;
}

p.author {
}

p.copyright {
}

p.end {
    text-align: center;
    font-style: italic;
}

p:first-line {
    text-indent: 18pt;
}

p.license {
}

span.email {
    font-family: 'Consolas', 'Bitstream Vera Mono', 'Monaco', fixed;
}
