﻿body 
{
	background-color: green;
}

.headerText
{
	font-family: Arial, Times New Roman, Sans-Serif;
	font-size: 32pt;
	font-weight: bold;
	font-style: italic;
	color: white;
	background-color: green;
}

.regularText
{
	font-family: Arial, Times New Roman, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: White;
	background-color: green;
}