#Footer {
	text-align: center;
	padding: 10px;
	clear: both;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
}
#Footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 75%;
}
a{
	color: #E6AC3F;
	text-decoration: none;
}
a:hover{
	color: #5B1412;
	text-decoration: underline;
}
