body {
	font-family: serif;
	color: #000000;
	background: #ffffff;
	margin: 20px;
}

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

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

blockquote {
	font-size: 90%;
	line-height: 1;
	margin-bottom: 10px;
}
#menu {
	font-size: 9pt;
	width: 540px;
	color: #ffffff;
	background: black;
	padding: 10px 10px 5px 10px;
}

	#menu a:link {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu a:visited {
		color: white;
		text-decoration: none;
	}
	
#main {
	font-family: serif;
	border: 1pt black solid;
	padding: 20px;
}

#poets {
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;


	margin-left: 20px;
}

#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;
}

#poemlist li {
	line-height: 1;
	margin-bottom: 5px;
}

#credit {
	font-size: 90%;
	margin: 10px 20px 10px 0px;
}

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

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

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

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

.poem b {	
	line-height: 1;
}

.epigraph {
	font-size: 10pt;
	font-family: serif;
	line-height: 1;
	margin: 0 0 2em 2em;
}

	.author {
		font-size: 80%;
	}

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

.photocredit {
	font-size: 90%;
}

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

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

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

