.h1 {
	font-family: Impact;
	font-style: normal;
	color: #33cc00;
	text-align: center;
	font-weight: lighter;
	font-size: 36px;
}

.h2 {
	font-family: "Tahoma";
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
}

body {
	background-color: #ffffff;
}
.bodytext {
font-family:Verdana; 
font-size:14px; 
color: #333333;
}

a:active {
	color: Blue;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: Blue;
}

.testimonial {
	padding: 10px 10px 10px 10px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	text-align: left;
	font-family: "Tahoma";
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

.disclaimer {
	font-family:Verdana; 
   font-size:10px; 
   color: #cccccc;
}

