body {
	font-family: serif;
	font-size: normal;
	background: #ffffff;
	margin: 20px;
}

h1, h2, h3, h4 {
	font-family: Helvetica, sans-serif;
}

p.note {
	font-size: 90%;
}

#menu {
	visibility: hidden;	
}

	#menu a:link {
	visibility: hidden;	
	}
	
	#menu a:visited {
	visibility: hidden;	
	}
	
#main {
	font-family: serif;
	border: none;
	padding: 20px;
}

#poets {
	visibility: hidden;	
}

#books {
	font-size: 100%;
	font-weight: normal;

	margin: 20px 20px 20px 20px;
}

#is {
	font-size: 90%;
	line-height: 1;
	color: #999999;
}

#schedule {
	margin: 1em 1em 1em 1em;
	background: #000000;
}

#schedule th {
	text-align: left;
	color: #fffff5;
	background: #666666;
}

#schedule td {
	text-align: left;
	color: #000000;
	background: #eeeeee;
	padding: .5em;
}

#poemlist {
	list-style: none;
}

.poem {
	font-size: 100%;
	font-family: serif;
	line-height: 1.5;
	margin: 4em 0 2em 2em;
}

.epigraph {
	font-size: 100%;
	font-family: serif;

	margin: 0 0 2em 2em;
}

	.author {
		font-size: 80%;
	}

.portrait {
	margin: 0 0 10px 20px;
}

.photocredit {
	font-size: 90%;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

