@charset "utf-8";
/* CSS Document */

* {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	color: #222222;
}

a {
	color: #41541D;
	text-decoration: underline;
} a:hover {
	text-decoration: none;
} #footer a {
	text-decoration: none;
	color: #222222;
}

p {
	font-size: 15px;
	text-align: justify;
	padding: 0 0 10px 0;
} #footer p {
	font-size: 13px;
	text-align: center;
	padding: 0;
	line-height: 20px;
} p.center {
	text-align: center;
}

h1 {
	font-size: 25px;
	color: #41541D;
	text-align: center;
	padding: 0 0 10px 0;
}

h2 {
	clear: both;
	font-size: 20px;
	color: #41541D;
	text-align: center;
	padding: 0 0 10px 0;
}