@charset "utf-8";
.footer {
}
#footer {
	background-color: #b90000;
	padding: 15px;
	text-align: left;
	font-size: 90%;
	margin-top: 15px;
}
#footer ul {
	margin: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
	font-size: 90%;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 110%;
	color: #C5D5E5;
	border: thin outset #ffffff;
}

image {border: none;}
