@charset "utf-8";
#mainContent {
	font-family: "Comic Sans MS", Verdana, Arial;
	padding-left: 18px;
	padding-right: 18px;
}
#mainContent a:link {
	color: #009933;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #6699FF;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #009933;
	text-decoration: none;
}


#mainContent h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #660000;
}
form {
	margin-bottom: 35px;
}
