.guarantee,
#termsofuse {
	background: #eed;
	border: #884 double 15px;
	color: #110;
	margin: 20px;
	padding: 20px 50px;
	text-align: justify;
}

.guarantee h2,
#termsofuse h2 {
	font-size: large;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

.guarantee h3,
#termsofuse h3 {
	font-size: small;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center;
}

.guarantee h4,
#termsofuse h4 {
	font-weight: bold;
	text-decoration: underline;
}

.guarantee li,
#termsofuse li {
	font-size: 8pt;
	list-style-type: none;
	margin: 15px 10px 15px 25px;
}

#termsofuse ol li {
	list-style-type: decimal;
}

.guarantee li strong,
#termsofuse li strong {
	float: left;
	margin-left: -25px;
	width: 25px;
}

#content .guarantee p,
#content #termsofuse p {
	margin: 20px 10px;
}