.body {
	background-position: center;
	top: 0px;
	padding: 0px;
	border:0px;
}
.headline {
	font-family: helvetica;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.subheadline {
	font-family: helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.small {
	font-family: verdana;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}
button {
	background-color: #4b9d32;
	height: 80px;
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
}
a:link, a:visited  { text-decoration: bold; } 
A:hover  { text-decoration: bold; }

