.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
body {
	background-color: #336633;
	border: medium ridge;
	width: 750px;
	float: none;
	padding: 0px;
	margin: auto;
}
.Style-Font {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
}
a {
	text-decoration: none;
}
h1 {
	font-family: "Monotype Corsiva";
	font-size: 30px;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
}
h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	font-style: normal;
	display: block;
}
