#footer {
	background-color: #393DA6;
	width: 910px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 12px;
	color: #B8BBEF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link {
	color: #CED0F4;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #B8BBEF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #E6E6F9;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:active {
	color: #5F65DA;
	text-decoration: underline;
	font-weight: bold;
}

