@charset "utf-8";
/* Allgeyer.org CSS Document - Styles */
/* Created by: Dominic Businaro | http://dominicbusinaro.com */

h1 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#page_cont p {
	font-size: .8em;
}
.footer {
	font-size: .7em;
}
.footer a:link,
.footer a:visited {
	color: #000;
}
.img_pad {
	padding: 5px;
}
.also {
	font-size: 0.9em;
	font-weight: bold;
}
.page a:link, .page a:visited {
	color: #039;
	text-decoration: none;
}
.page a:hover {
	text-decoration: underline;
}
.page ul li {
	font-size: .8em;
}
.img_pad {
	padding: 4px;
}
.line_height {
	line-height: 1.2em;
}
.green {
	color: #063;
}

/* Forms */
.txt_field_sm {
	width: 200px;
	height: 17px;
	border: 1px solid #039;
	margin-bottom: 10px;
}
.txt_area_sm {
	width: 300px;
	height: 75px;
	border: 1px solid #039;
	margin-bottom: 10px;
}
