@charset "utf-8";
#footer {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	background-color: #3F4FA7;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#footer ul {
	list-style-type: none;
	color: #FFFFFF;
}
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}
#footer a:visited {
	color: #99FFFF;
}
