.front, .verse {
	max-width:42em;
	min-width:38em;
	margin:3em auto;
	font-family:serif;
	color:black;
	background-color:white;
}
.fancy  {
	color:#b49111;
	background-color:white;
}
table.illus {
	width:100%;
}
table.illus tr td:nth-child(1){
	font-style:italic;
    vertical-align:top;
    padding:.5em 0;
}
table.illus tr td a:nth-child(1){
	font-style:normal;
}
table.illus tr td:nth-child(2){
	text-align:right;
    vertical-align:bottom;
}