body {
	background-color: #FF6600;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.footer {
	color: #000000;
	text-decoration: none;
}
.medium {
	font-family: Tahoma;
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}
.big {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: bold;
	color: #CC0000;
}
p {
	margin-left: 20px;
	margin-right: 20px;
}
h3 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
}
.bonus {
	border: medium dashed #999999;
	background-color: #FFFFFF;
}
.testimonial {
	border: 1px solid #CCCCCC;
}
.highlight {
	background-color: #FFFF00;
}
.style3 {font-weight: bold}
.style4 {font-size: 11px}
.style5 {color: #CC0000}
.style6 {color: #000000}

#outer{
    border: 1px solid #00A2E5;
    padding:2px;
    width:650px;
    background : #D1E6E9;
}
#middle{
    border: 1px solid #00A2E5;
    width:650px;
    background : #FFFFFF;
    padding: 4px;
}