body { 
	margin: 230px 100px 15px 200px;
	font-family: sans-serif;
	background-color: #99ccff;
	background-image: url('leaveslarge.jpg');	background-repeat: no-repeat
}

p {
	font-size: 90%
}

p.prose {
	text-indent: 50px;
	line-height: 160%
}

p.other {
	line-height: 120%;
	font-size: 100%
}

p.header {
	border: solid #6B8FB3;
	border-width: 2px;
	padding: 15px;
	background-color: #FF9E80;
	line-height: 110%
}

hr {
	width: 75%;
	height: 2px;
	color: #000000;
	background-color: #000000;
	text-align: center;
	margin: 45px auto 45px auto;
}

p.floating {
	border: solid #B37C6B;
	border-width: 3px;
	padding: 15px;
	background-color: #D9F2FF;
	font-size:18px;
	font-weight:bold
}

p.poetry {
	border-top: solid #B37C6B;;
	border-bottom: solid #B37C6B;
	border-width: 3px;
	padding: 15px;
	display: table;
	white-space: nowrap;
	margin-left: auto;	margin-right: auto;
	margin-top:20;
	margin-bottom:20;
	line-height: 160%
}

a:link {
	color:#5A200D;
	text-decoration: none;
	font-weight: bold
}

a:visited {
	color:#802D13;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	color:#802D13;
	text-decoration: none;
	font-weight: bold
}

a:active {
	color:#802D13;
	text-decoration: none;
	font-weight: bold
}	

div.body {
	background-color: #E6F2FF;
	border: solid #B37C6B;
	border-width: 3px;
	padding: 30px
}

div.subsection {
	background-color: #E6F2FF;
	border: solid #6B8FB3;
	border-width: 2px;
	padding: 15px;
	line-height: 110%;
	font-size: 90%
}