body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family:  "Century Gothic",  Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}
.header2 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	font-weight: bold;
}
.style2 {
	font-family:  "Century Gothic",  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
}

.button {
  background-color: #a1c3c8; /* blue */
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}