/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #347C2C;
	border-top-width: 50px;
	border-top-style: solid;
	border-top-color: #5EFB6E;
	margin-right: 2em;
	padding-right: 1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #5EFB6E;
	margin-left: 3em;
	padding-left: 1em;
}
h1 {
	font-family: "Comic Sans MS", "Copperplate Light", sans-serif;
	color: #5EFB6E;
}
h2 {
	font-family: "Comic Sans MS", "Copperplate Light", sans-serif;
	color: #5EFB6E;
}
h3 {
	font-family: "Comic Sans MS", "Copperplate Light", sans-serif;
	color: #5EFB6E;
}
a {
	color: #87F717;
	text-decoration: none;
}