@charset "UTF-8";
body {
	background-color: #030;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
#container {
	background-color: #8BB43A;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	font-size: 14px;
	color: #660C0C;
}
h1 {
	font-family: Zapfino;
	font-size: 24px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
}
h3 {
	font-family: Zapfino;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
}
img {
	padding: 10px;
	float: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
