body {
	background-color: #FFF;
	color: black;
	width: 55em;
	font: 10.5pt arial, helvetica, verdana, sans-serif; 
	background-repeat: no-repeat;
	}

table.page {
/*	border: 2px solid black; */
	padding: 5px;
	width: 55em;
	}

td {
/*	border: 2px solid black; */
	}

td.img {
	width: 8em;
	text-align: center;
	background-color: #FF9;
	padding-top: 10px;
	}

td.top {
	text-align: center;
	font-variant: small-caps;
	background-color: #FF9;
	}

td.menu {
	width: 8em;
	text-align: center;
	vertical-align: top;
	background-color: #FF9;
	}

td.menu a:link, td.menu a:visited, td.menu a:active { 
	text-decoration: none;
	color: black;
	}

td.menu a:hover {
	text-decoration: underline
	}

td.body {
	width: 35em;
	vertical-align: top;
	}

td.body a:link, td.body a:visited, td.body a:active {
	text-decoration: none;
	color: blue;
	}

td.body a:hover {
	text-decoration: underline
	}

hr {
	align: center;
	height: 3px;
	width: 80%;
	}

img {
	border: 0
	}

.center { text-align: center; }
.red { color: red; }
.smallcaps {	font-variant: small-caps; }

div#poemBox {
	float: left;
	clear: left;
	border: thin solid black;
	padding: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	}

