body {
	background-image: url(images/bg.jpg);
}
body, p, td {
	font-family: Georgia, "Times New Roman", Times, serif;

}


.highlight {
	background-color: #FFFF00;
	font-weight: bold;
}

.testimonial {
	border: 2px solid #636363;
	padding: 10;
}

ul {
	margin-left: 50px;
}

li {
	list-style-image: url(images/check.jpg);
	line-height: 100%;
}

.clear {
	clear: both;
}

