h1 {
	width: 200px;
}
h2 {
	color: #F90;
	clear: both;
}
h3 {
	font-style: italic;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333;
}
h4 {
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333;
}
.quote {
	font-style: italic;
}
.quoted {
	margin-left: 5em;
}
.quoted span {
	display: block;
	margin-left: 2em;
}