.foot {
	clear: both;
	position: relative;
	background-color: #314584;	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

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

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