body {
	background-color: #ccffcc;
	color: black;
}
h1 {
	color: #004d1a;
	font-size: 32 px;
	font-weight: bold;
	text-align: center;
	font-family: "Verdana";
}
h2 {
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	font-family: "Verdana";
}
p {
	font-family: "Georgia";
	text-align: justify;
	line-height: 1.5;
	font-size: 20px;
}