body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: center;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}
a:link {
	color: #78A600;
}
a:visited {
	color: #90c700;
}
a:hover {
	color: #CCFF46;
}
a:active {
	color: #CCFF46;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.links {
	font-size: 12px;
	font-weight: bold;
}
#testimonial {
	text-align: center;
	font-style: italic;
	font-size: 12px;
}
#whoSaid {
	text-align: center;
	font-size: 11px;
}
form {
	margin: 0px;
}