	body
	{
		margin: 0;
		padding: 0;
		font: 95% Georgia, Times, "Times New Roman", serif;
		text-align: center;
		color: #505367;
		background-color: #FFF6D1;
	}
	
	#container
	{
		margin: 1em auto;
		width: 700px;
		text-align: left;
		background-color: #FFFFFF;
		border: 1px solid black;
	}
	#header
	{
		height: 45px;
		border-bottom: 1px solid #B52C07;
	}

	#contents
	{
		margin: 0 20px 20px 20px;
		border-bottom: 1px solid #B52C07;
	}
	
	#opener
	{
	padding: 5px;
	background-color: #EBF5FC;
	border-top: 1px solid #2D73B9;
	border-bottom: 1px solid #2D73B9;
	margin-right: 15px;
	margin-left: 10px;
	}

	#poem
	{
	padding: 2px 15px;
	background-color: #DDF3BC;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	float:left;
	margin: 6px 15px 10px 0;
	width: 270px;
	}

	#poem2
	{
	padding: 2px 15px;
	background-color: #DDF3BC;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	margin: 6px auto;
	width: 370px;
	position: relative;
	}

	#footer
	{
		clear: both;
		color: #272900;
		background-color: #B57C34;
		text-align: right;
		padding: 5px;
		font-size: 70%;
	}

		h1 {
			color: #003300;
			font: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			text-align: center;
		}
		h2 {
			color: #333333;
			font: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			letter-spacing: 6px;
			text-transform: uppercase;
			text-align: center;
		}
		h3 {
			color: #333333;
			font: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			text-align: center;
		}
		h4 {
	color: #003300;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-style: italic;
		}
		h5 {
			color: #333333;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-style: italic;
		}
		h6 {
			font: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
		}
		p {
			color: #333333;
			font: 95% Georgia, "Times New Roman", Times, serif;
			line-height: 145%; 
		}
		
		#poem p, #poem2 p {
			color: #333333;
			font: 85% Georgia, "Times New Roman", Times, serif;
			line-height: 130%; 
		}

		.intro {
	margin-left: 30px;
	margin-right: 30px;
	font-weight: bold;
	font-style: italic;
		}
		
		li {
			color: #333333;
			font: 90% Georgia, "Times New Roman", Times, serif;
			line-height: 165%; 
		}
		address {
			color: #333333;
			font: 80% Georgia, "Times New Roman", Times, serif;
			text-align: center;
			line-height: 140%; 
			margin: 0 0 1em 0;
		}

	a:link { color: #B52C07; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	}
	
	h1 a:link { color: #003300;
	text-decoration: none;
	 }
	 
	h1 a:visited { color: #003300; 
	text-decoration: none;
	}

	h1 a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	text-decoration: none;
	}
.signature {
	margin-top: 0;
	text-indent: 65%;
	font-variant: small-caps;
}
.salutation {
	text-indent: 2em;
	margin-bottom: 0;
	font-variant: small-caps;
}
.first {
	margin-top: 0px;
}
.last {
	margin-bottom: 0px;
}
