* {
	margin: 0;
	padding: 0;
	}

body, h1, h2, h3, .quote {
	color: #000;
	background-color: #FFF;
	}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 1em;
	}

p {
	text-indent: 3em;
	margin: 0.5em 0 1em 0;
	}

h1, h2, h3 {
	margin: 0.7em;
	font-family: Cochin, serif;
	text-align: center;
	}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	}

h1 {
	font-size: 18pt;
	}

h1:first-line {
	font-size: 20pt;
	}

#menu, .fade {
	display: none;
	}

#content {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.5em;
	}

img {
	border: 0;
	}

.right {
	float: right;
	text-align: right;
	}

.quote {
	font-weight: bold;
	font-style: italic;
	}

.center {
	text-indent: 0;
	text-align: center;
	}

.smaller, .quote {
	font-size: smaller;
	}

ul.smaller {
	margin-bottom: 2em;
	}
