#menu {
	background-color: #31B44C;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 169px;
	left: 0px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
}
.green-text , a.green-text{
	color: #31B44C;
	text-decoration: none;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #FBF481;
	text-decoration: none;
}

#footer {
	background-color: #31b44b;
	padding: 20px 10px;
	width: 980px;
	position: relative;
	top: 80px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #fefde6;
}
#footer a {
	float: left;
	color: #fefde6;
	text-decoration: underline;
}
#footer .keywords {
	color: #40CC5B;
	width: 450px;
	float: right;
	text-align: justify;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul a:link, ul a:active, ul a:visited {
	color: #31B44C;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}
ul a:hover {
	text-decoration:none;

}

