BODY {
	margin: 0px;
	font-family: georgia, 'courier new', courier, serif;
}
A:link, A:active {
	color: #004000;
}
A:visited {
	color: #809080;
}
A:hover {
	color: #004000;
	text-decoration: none;
}

.signature {
	text-align: right;
}

#header {
	font-weight: bold;
	font-style: italic;
	
	width: auto;
	text-align: right;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	background-color: #e5e5e5;
}

#nav {
	text-align: left;
	padding: 0px 0px 0px 10px;
}
#nav UL {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-style: normal;
}
#nav UL LI {
	display: inline;
	color: #999;
}
#nav UL LI A, #nav UL LI A:visited {
	text-decoration: none;
	color: #666;
	padding: 0px 2px 0px 2px;
}
#nav UL LI A:active, #nav UL LI A:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 0px 2px 0px 2px;
}
#nav UL LI.first A {
	border-left: 0px;
}
#nav UL LI:before {
	content: "\0020 \0020 \2022 \0020 \0020 \0020 \0020";
}
#nav UL LI.first:before {
	content: " ";
}
#nav UL LI.prev:before {
	content: "\0020 \0020 \0020 \0020 \00AB \0020 \0020 \0020 \0020";
}
#nav UL LI.next:after {
	content: "\0020 \0020 \0020 \0020 \00BB \0020 \0020 \0020 \0020";
}

#content {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 600px;
}

#pagetitle {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}

#entryList {
	font-family: georgia, "courier new", courier, serif;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	
	width: 785px;
	margin-left: auto;
	margin-right: auto;
}
#entryList UL {
	list-style: none;
}
#entryList UL LI {
	width: 200px;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
	border: 1px dashed #ccc;
}
#entryList UL LI IMG {
	float: left;
	margin: 0px 10px 0px 0px;
}

#poem {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px;
}
#title {
	font-family: 'courier new', courier, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}
#copy {
	font-family: 'courier new', courier, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#footer {
	font-weight: normal;
	font-size: 11px;
	
	color: #666;
	background-color: #e5e5e5;
	
	width: auto;
	text-align: left;
	margin: 50px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	clear: both;
}
#footer A {
	color: #666;
}