body {
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	font-size: 24px;
}
.mainWindow {
	background-color: #1C4F3F;
	height: 208px;
	width: 801px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -104px;
	margin-left: -400px;
	border: 1px solid #8ea7a3;
}
