body {
	font-family: Bookman, serif;
	font-size: 10.5pt;
	margin-left: 20%;
	margin-right: 20%;
}

div.para1 {
	line-height: 1.03em;
	text-indent: 1.0em;
	margin-bottom: 0.5em;
}

div.para2 {
	line-height: 1.1em;
	text-indent: 1.0em;
	margin-bottom: 1.0em;
}

div.para3 {
	line-height: 1.1em;
	text-indent: 1.0em;
	margin-bottom: 0.0em;
}

div.box {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #ff99ff;
	margin-bottom: 1.0em;
}

div.para-just {
    line-height: 1.03em;
    text-indent: 1.0em;
    margin-bottom: 0.5em;
    text-align: justify;
}

div.para-vspace {
	margin-bottom: 2.0em;
}

div.para-poem {
	line-height: 1.03em;
	text-indent: 0.0em;
	margin-bottom: 1.0em;
}

div.title {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	text-align: center;
	font-family: Helvetica, sans-serif;
}

div.author {
	margin-top: 2.0em;
	margin-bottom: 4.0em;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: 200;
	font-size: 80%;
}

div.footnote {
	margin-top: 2.0em;
	text-align: right;
	font-weight: 200;
	font-size: 80%;
}
div.section {
	margin-top: 2.0em;
	font-family: sans-serif;
	font-weight: 400;
}

/* define text width for screen (see also print.css) 
abandoned in favour of rewriting body tag with margins
.left { width: 20%; }
.middle { width: 60%; }
.right { width: 20%; }
*/

A:HOVER {
	/* font-weight: bold;
	font-family: sans-serif;
	letter-spacing: 0.065em; */
	color: #aa00aa;
}
