div#outerDiv {
	padding: 2em;
	line-height: 120%;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
	color: blue;
}
h2 {
	width: 100%;
	font-size: 120%;
	margin: 1em 0;
	padding: 0.5em 1em 0.5em 0;
	border-bottom: 1px solid gray;
	display: inline-block;
	font-weight: normal;
	color: blue;
}
p {
	margin: 1em 0;
	padding: 0;
}
div.testimonial {
	margin-bottom: 1em;
}
div.testimonial blockquote {
	font-style: italic;
	padding: 0;
	margin: 0;
}
div.testimonial u {
	text-decoration: none;
	font-weight: bold;
	margin: 0 2em;
}
div.pictureBox {
	width: 700px;
	margin-bottom: 2em;
	text-align: center;
}
div.pictureRow {
	margin: 0 auto;
}
div.pictureRow img {
	margin: 1em;
}
div.customerName {
	float: left;
	width: 32%;
}

