body {
	background-image: url(bkgreen4.gif);
	background-color: #33cc66;
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 16px;
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 48px;
	font-style: italic;
	font-weight: normal;
	color: #0066CC;
	text-align: center;
}
h2 {
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	color: #0066CC;
	text-align: center;
}
h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}
h4 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
.imgR {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imgL {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
}
a {
	color: #0000CC;
}
a:hover {
	text-decoration: none;
}.addInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
}
.justify {
	text-align: justify;
}
