.foot {
	background: #5D5C61;
	padding: 15px;
	margin: auto;
	text-align: center;
	color: white;
	bottom: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
}

.lin {
    color: white;
}

.lin:link {
	color: white;
}
.lin:hover {
    color: red;
}

.left {
    background: #5D7993;
}
.right {
    background: #5D7993;
}

