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

/* Footer styles
   ------------------------------------------------------------*/

#footer {
	color: black;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
/*	color: #6CF; */
	color: #599240;
}

#footer a:hover {
	text-decoration: none;
	color: #79C129;
}
