@charset "UTF-8";

#footer {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
	padding-top: 30px;
}
#footer a:link {
	color: #0F84DF;
}
#footer a:visited {
	color: #941D55;
}
#footer a:hover {
	background-color: #FDFFCC;
}
address {
	color: #C3C3C3;
	font-size: 80%;
	font-style: italic;
	text-align: center;
	background-color: #021E71;
}
