body {
	background-image: url(background2.jpg);
}
body, p, td {
	font-family: Geneva, Arial, verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
}
.mainBody {
	padding: 20px 40px;
}
h1 {
   font-family: arial, verdana;
	font-size: 35px;
	color: red;
	text-align: center;
	padding: 5 12 0 12;
	line-height: 120%;
}
h2 {
	font-size: 25px;
	color: #000080;
	text-align: center;
	line-height: 120%;
}
h3 {
	color: blue;
	text-align: center;
}
.highlight {
	background-color: Yellow;
	font-weight: bold;
}
.boxImage {
   float: left;
	margin-right: 30px;
}
.testimonial {
	border: 2px solid #636363;
	padding: 10;
}
.testimonial h3 {
	color: blue;
	font-weight: bold;
	text-align: center;
}
ul {
	margin-left: 50px;
}
li {
	list-style-image: url(check1.gif);
	line-height: 150%;
}
.clear {
	clear: both;
}
.guarantee {
	border: 3px dashed #666;
}