#footer {
	background-color: #393DA6;
	width: 750px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 12px;
	color: #B8BBEF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #403AA7;
}
#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;
}
