.foot {
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #5a5a5a;
	border-top: 2px solid #5a5a5a;
	clear: both;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 40px;
}

.footer-link {
	color: #5a5a5a;
	cursor: pointer;
	text-decoration: none;
}

.footer-link:HOVER {
	color: #a4b300;
}