body {
	font-family: Courier, Times, serif;
	color: blue;
	margin: 0 10%;
	padding: 0;
	background: #ffffed 
}
h1 {
	text-align: center;
	text-transform: uppercase;
}
h2 {
	text-align: center;
	text-weight: bold;
	color: green;
	margin: 1.5em 0;
}
h3 {
	text-indent: 5%;
	color: black;
}
p {
	font-style: italic;
}
em {
	font-style: normal;
}
dfn {
	color: navy;
}
.impolite {
	color: #900;
}
#home {
	position: absolute;
	top: 0;
	right: 0;
}
#home img {
	border-color: #ffffed;
}
.limerick {
	list-style: none;
	text-align: center;
	color: black;
}

