body {
	background: #FFF;
	color: #000;
	width: 700px;
}
a:link, a:visited {
	color: #690;
}
a:active {
	color: #963;
}
p, address {
	font-family: sans-serif;
	line-height: 28px;
}
hr {
	border-bottom: #690 solid 1px;
	margin: 14px 0;
}
p {
	margin: 0 14px;
	text-indent: 1em;
}
p.intro {
	border: #690 solid 1px;
	padding: 7px 13px;
	margin: 21px 0;
}
address {
	margin-bottom: 14px;
	text-align: center;
}

