@charset "UTF-8";
#holder {
	background-color: #CCC;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;

}
#header {
	background-color: #6CB33E;
	clear: both;
	width: 100%;
	display: block;
	height: 200px;

}
.h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #F00;
}
.h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}

.h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12.5px;
	text-decoration: none;
	
}
#footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: x-small;
	background-color: #F00;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding-top: 8px;
	display: block;
}
