body {
	background-image: url(images/bg.html);
}
body, p, td {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align: left;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff0000;
	font-size: 30px;
	text-align: center;
	padding: 5 12 0 12;
	margin: inherit;
	line-height: 120%;
}
h2 {
	font-size: 25px;
	color: #3333CC;
	text-align: center;
	line-height: 120%;
}
h3 {    font-size: 12px;
	color: #000000;
	text-align: center;
}
.highlight {
	background-color: #FFFF00;
	font-weight: bold;
}
.testimonial {
	border: 2px solid #636363;
	padding: 10;
}
.testimonial h3 {
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}
ul {
	margin-left: 50px;
}
li {
	list-style-image: url(images/check.html);
	line-height: 100%;
}
.clear {
	clear: both;
}
a:link { color: #333333; text-decoration:none; }
a:visited { color: #333333; text-decoration:none;}
a:hover {color:#333333; text-decoration:none;}
