body {
	text-align: center;
	font-size: 16px;
	font-family: verdana;
	background-color: #00803a;
	color: #000;
}

body DIV {
	position: relative;
	margin: 0 auto 0 auto;
	background: #fff;
	width: 800px;
	padding: 10px;
	border: #000 solid 1px;
	text-align: center;
}

body TABLE {
	margin: 0 auto 0 auto;
}

body P {
	text-align: left;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

UL, OL {
	text-align: left;
}