.foot {
	margin: 0;
	padding: 1px 0 2.5px 0;
	background-color: #1D632B;
	text-align: center;
	clear: both;
	position: relative;
	color: white;
}

.foot a{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

.foot a:hover{
	text-decoration: underline;
}