* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	background: #BDCEBD url(background.png);
	margin: 1em;
	}
p {
	text-indent: 3em;
	margin: 0.5em 0 1em 0;
	}
pre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
h1, h2, h3 {
	margin: 0.7em;
	text-align: center;
	color: #B40B27;
	font-family: Cochin, serif;

	}
h2 {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	}
h1 {
	font-size: 18pt;
	}
h1:first-line {
	font-size: 20pt;
	}
#menu {
	width: 12em;
	padding: 0.5em;
	text-align: center;
	}
#menu ul {
	list-style-type: none;
	}
#menu li {
	display: inline;
	}
#menu a {
	text-decoration: none;
	color: #B40B27;
	display: block;
	padding: 0.4em;
	font-size: larger;
	font-family: Cochin, serif;
	line-height: 1em;
	}
#menu a:hover {
	color: #B5364B;
	}
#menu a:active {
	font-style: italic;
	}
#content {
	position: absolute;
	left: 18em;
	top: 7.25em;
	padding: 0.65em;
	min-width: 30em;
	font-size: 10pt;
	}
#content ul {
	margin: 1em;
	}
#content ul li {
	line-height: 1.25em;
	margin-bottom: 0.5em;
	}
#credit {
	padding-top: 5px;
	font-size: 5pt;
	}
#credit a {
	font-size: 7pt;
	font-weight: bold;
	display: inline;
	}
img {
	border: 0;
	}
.right {
	float: right;
	text-align: right;
	}
.quote {
	color: #060;
	font-weight: bold;
	font-style: italic;
	}
.center {
	text-indent: 0;
	text-align: center;
	}
.smaller {
	font-size: smaller;
	}
.larger {
	font-size: larger;
	}
ul.smaller {
	margin-bottom: 2em;
	}
div.fade {
	position: relative;
	}

img.fade {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}

ul.columns li {
	width: 50%;
	float: left;
	list-style-type: none;
	}