* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #444;
}

.clear {
	clear: both;
}

a {
	color: #006748;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #006748;
	padding-bottom: 0.5em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.5em 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 0;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-bottom: 1em;
}

ul {
	margin-bottom: 1em;
	list-style-type: disc;
	padding-left: 15px;
	font-size: 1em;
}

li {
	line-height: 1.8em;
	margin: 0.5em 0;
	font-size: 1.2em;
}


