body, h2, h3, p {
	font-family: Helvetica,sans-serif;
}
h2, h3, h4 {
	color: #006633;
}
h1 {
	color: #006633;
	font-family: Courier;
	font-size: 80px;
	background-color: #99ffcc;
	text-align: center;
}

a {
	text-decoration: none;
	color: #339900;
}
a:hover {
	background-color: #99ffcc;
}
