h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #0B8A55;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 120%;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(Images/bullet.gif);
	text-align: left;
	vertical-align: top;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #0B8A55;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	font-weight: normal;
	color: #0B8A55;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	color: #0B8A55;
	text-decoration: none;
	line-height: 140%;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #0B8A55;
	text-decoration: none;
	padding: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #OB8A55;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
}

menu {
	text-align: left;
	vertical-align: top;
	list-style-position: inside;
	list-style-type: none;
}
