#footer {
	background-color: #414489;
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #D5D6EA;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;	
}
#footer a:link {
	color: #D5D6EA;
	text-decoration: none;
}
#footer a:visited {
	color: #D5D6EA;
	text-decoration: none;
}
#footer a:hover {
	color: #D1D6F5;
	text-decoration: underline;
}
#footer a:active {
	color: #E2E6FA;
	text-decoration: underline;
}
