body {
	background-image: url(img/BGIMAGE.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ccd941;
	font-family: Arial;
	font-size: 12pt;
	letter-spacing: 0px;

}
.minitext {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}
.detailtext {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
.warningtext {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	background-color: #FFD700;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
	font-weight: bold;
}
.guarantee {
	font-family: Courier New;
	font-size: 10pt;
	color: #000000;
	background-color: white;
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 20px;
}
.testimonial {
	font-family: Courier New;
	font-size: 11pt;
	color: #000000;
	background-color: #EFEBBB;
	border: thin ridge Gray;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	letter-spacing: 0px;
}
H1 {
	font-size: 20pt;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	color: #CC0000;
}
H2 {
	font-size: 18pt;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666633;
}
H3 {
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666633;
}
H4 {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 0px;
	color: #666633;
}
H5 {
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 0px;
	color: #666633;
}
a:link {
	color: #CC3300;
	font-size: inherit;
	text-decoration: none;
}

