h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #5e2e58;
	margin: 5px 10px;
	padding: 5px 10px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #5e2e58;
	margin: 5px 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5e2e58;
	margin: 5px 10px;
	padding: 5px 10px;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #09542C;
	margin: 5px 10px;
	padding: 5px 10px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #09542C;
	margin: 5px 10px;
	padding: 5px;
	list-style-image: url(img/square.gif);
	vertical-align: super;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #09542C;
	text-decoration: underline;
	cursor: hand;
}
