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

/* MAIN */

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding: 0;
	margin: 3px 10px 15px 10px;
	text-align: justify;
}

a {
	color: #608F30;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666;
	padding: 0;
	margin: 3px 10px 20px 10px;
	text-align: center;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	padding: 0;
	margin: 3px 10px 20px 10px;
	text-align: center;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	text-align: justify;
	padding-left: 100px;
}

.center {
	text-align: center;
}

/* FOOTER */

#footer p {
	text-align: center;
	margin: 10px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #608F30;
}