/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.mainheader {
	font-size: 36px;
	font-weight: bold;
	color: #128B05
}

.subheader {
	font-size: 24px;
	color: #128B05
}

.contentheader {
	font-size: 18px;
	color: #128B05;
	font-weight: bold;
}

.content {
	text-align: justify;
}

