<!--
html, body, div, p {
	margin: 0;
	padding: 0;
}

body {
	font: Trebuchet MS, Arial, sans-serif;
	color: #222627;
	background: #bedff0;
}

a {
	color: #d72217;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: 3em Trebuchet MS, Arial, sans-serif;
	color: #222627;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}

h2 {
	font: 1.6em Trebuchet MS, Arial, sans-serif;
	padding: 0em;
	margin: 0em;
	margin-bottom: 0.2em;
}

.header {
	width: 100%;
	overflow: hidden;
	background: #648f00;
	margin-top: 10px;
	text-align: center;
}

.header h2 {
	font: 2em Trebuchet MS, Arial, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0.5em 0em 0.5em 0em;
}

.content {
	padding: 1em;
	margin: 1em;
	background: #648f00;
	text-align: justify;
}

.item {
	background: #eee;
	padding: 1em;
}

.footer {
	text-align: center;
	font-size: 0.8em;
}
-->