body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	margin: 0px;
	padding: 0px;
	height:100%;
	line-height:1;
}
html {
}

p {
	margin-top:0px;
	margin-bottom:10px;
}
a {
	color: #bcbe8f;
	text-decoration:underline;   /* #a6a575 */
}
a:link {
	color: #bcbe8f; 
}
a:visited {
	color: #bcbe8f;
}
a:hover {
	color: #bcbe8f; 
}
a:active {
	color: #bcbe8f; 
}
h3.title-with-quotes {
	font-size:19px;
	font-weight:bold;
	position:relative; 
	margin:32px 0 8px -12px;
}
h3.title-with-quotes:before {
	content: '\201c';
/*	position:absolute;
	left:-12px;
*/}
h3.title-with-quotes:after {
	content: '\201d';
	margin-left:1px;
}
.poet-name {
	margin-top:12px;
}
.poet-name:before {
	content:'\2013';
	margin-left:-9px;
}
.memorial-page {
	width:966px;
	margin:0 auto;
	color:white;
	background-color:#474735;
	height:100%;
}
.memorial-page > div {
	padding:27px 30px 25px 25px;
	line-height:1.4;
}
.memorial-page > img {
	float:right;
}
.memorial-page > a:first-child {
	display:block;
	margin:0;
	line-height:0;
}
.links {
	margin-top:18px;
}
.links a {
	display:block;
	font-style:italic;
}
.links a:not(:first-child) {
	margin-top:12px;
}
.links a:last-of-type {
	font-size:12px;
	margin-top:16px;
}
.memorial-intro {
	font-size:17px;
}