body {
	font-size:0.9em;
	font-family:arial,helvetica,sans-serif;
	text-align:center;
	background-color:gray;
	margin:1em 1.5em;
}
a {
	text-decoration:none;
	color:#7E8C9E;
}
a:link {
	color:#7E8C9E;
}
a:visited {
	color:#AF7817;
}
a:hover {
	color:#AFBECF;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1em;
}
ul {
	list-style-type:none;
}
img {
	padding:1.2em;
}
div.poem {
	width:30em;
	float:right;
	font-style:italic;
	text-align:center;
	border:1px solid white;
	margin:2em;
}
div.poem h3 {
	font-style:normal;
}
#container {
	min-width:50em;
	margin:0 auto;
	text-align:left;
	background-color:black;
	color:white;
}
.right {
	float:right;
}
.left {
	float:left;
}
#homeimage img{
	width:26.68em;
	float:right;
	padding-bottom:3em;
}
#mainbody {
	padding:1.5em;
}
.clear {
	clear:both;
}
