body, p, td {
	font: 14px Arial, Helvetica, sans-serif;
}
p {
	text-align: left;
}
a img {
	border: 0;
}
h1 {
	color: red;
	font-size: 35px;
	text-align: center;
	margin-top: 20px;
}
h2 {
	color: #0002C8;
	font-size: 28px;
	text-align: center;
}
h3 {
	color: #195DD5;
	font-size: 18px;
	text-decoration: underline;
}
h4 {
	color: #000;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
h5 {
	font-weight: bold;
	color: red;
	font-size: 20px;
}
ul {
	line-height: 150%;
}
.underline {
   text-decoration: underline;
}
.highlight {
	background-color: Yellow;
	font-weight: bold;
}
.subtitle {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
.emphasis {
	font-weight: bold;
	color: red;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.testimonial {
	width: 500px;
	padding: 15px;
	border: 2px solid #9E9E9E;
	background-color: #FFFFCE;
	text-align: left;
}
.testimonial .main {
	font-style: italic;
}
.testimonial .person {
	font-weight: bold;
	text-align: right;
	margin-top: 15px;
}
.guarantee {
   width: 500px;
	font-weight: bold;
	background-color: #E3FFE4;
	padding: 10px;
	border: 3px dashed #666;
	text-align: left;
}
.list {
	font-weight: bold;
}
.copyright {
	background-color: #023F75;
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 5 auto;
}
