.maintable {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
body {
	font-family: Courier New, Courier, monospace;
	font-size: 16px;
	background-color: #E8E8E8;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.copyright {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copyr {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma;
	font-size: 20px;
}
h3 {
	font-family: Tahoma;
	font-size: 20px;
	color: #CC0000;
}
.testimonials {
	background-color: #F9FCFF;
	border: 1px solid #000000;
}
.bonus {
	border: 12px dashed #F2F2F2;
}
.highlight {
	background-color: #FFFF00;
}
