body {
	margin: 15px auto;
	padding: 0px;
	background: #FFFFFF;
	line-height: 17px;
	font: 11px Courier New, Courier, monospace;
	line-height: 13px;
	letter-spacing: 0px;
	}
	
a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	} 

a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 0px solid #000;
	}

#cover {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 1024px;
	margin-left: -512px;
	overflow: hidden;
	z-index: 0;
	}

#container {
	position: relative;
	left: 50%;
	width: 854px;
	margin-left: -426px;
	overflow: hidden;
	z-index: 1;
	}
	
.nav {
	font: 11px Courier New, Courier, monospace;
	line-height: 13px;
	letter-spacing: 0px;
	}

#content {
	width: 550px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 17px;
	float: left;
	}
	
#archivecontent {
	width: 570px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 17px;
	float: left;
	}

#notes {
	width: 215px;
	float: right;
	}

h1 {
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.25em;
	margin: 0;
	padding-bottom: 13px;
	}
	
p {
	margin-bottom: 0;
	}

p + p {
	text-indent: 3em;
	margin-top: 0;
	}

blockquote {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	}

blockquote.img {
	width: 630px;
	font: 11px Courier New, Courier, monospace;
	line-height: 13px;
	letter-spacing: 0px;
	}
	
.img a {
	border: none;
	text-decoration: none;
	}

.ul {
	list-style-type: disc;
	padding: 0; 
	margin: 0; 
	}
	
.li {
	padding: 0; 
	margin: 0; 
	}