.foot {
	margin: 0;
	padding: 1px;
	background-color: black;
	text-align: center;
	clear: both;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	font-weight: normal;
}

.foot a{
	vertical-align: middle;
	text-decoration: none;
	color: white;
}

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