p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003300;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #003300;
	text-align: center;
	margin-right: 35px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003300;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
body {
	margin: 0px;
	background-color: #032218;
}
a:link {
	color: #043728;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #043728;
	text-decoration: underline;
}
a:hover {
	color: #A88F56;
	text-decoration: none;
}
a:active {
	color: #043728;
	text-decoration: underline;
}
li {
	list-style-position: outside;
	list-style-type: disc;
}
