<style type="text/css">
body {
	margin: 10px auto;
	width: 570px;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
.accordion {
	width: 620px;
	margin-top: 20px;
	text-align: left;
	letter-spacing: .1em;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E7462;
}
.accordion h3 {
	padding: 7px 15px;
	margin: 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	background-color: #CEBDA0;
	background-image: url(../images/sacraments/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
	color: #660000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7E7462;
	border-right-color: #7E7462;
	border-bottom-color: #7E7462;
	border-left-color: #7E7462;
}
.accordion h3:hover {
	background-color: #D8C4A6;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	margin: 0;
	padding: 10px 15px 20px;
	background-color: #FDFCE0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7E7462;
	border-left-color: #7E7462;
}
</style>
h3 {
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	letter-spacing: .1em;
	text-align: left;
}

