section h1 {
	text-transform: uppercase;
	font-size: 38px;
	color: #80CC28;
	
	margin-top: 0;
	margin-bottom: 40px;
}

section h2 {
	font-size: 24px;
	color: #80CC28;

	margin-top: 40px;
	margin-bottom: 0;
}

section h3 {
	font-size: 20px;
	text-decoration: underline;
	color: #333;

	margin-top: 20px;
	margin-bottom: 0;
}

section h4 {
	font-size: 20px;

	margin-top: 20px;
	margin-bottom: 0;
}

section p {
	margin-top: 10px;
	margin-bottom: 0;
}