<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#footer{
	clear: both;
	padding: 2em;
	font-size: .8em;
	color: #A4A4A4;
	border-top: .2em solid #A4A4A4;
}
#footer_content{
	width: 60%;
	margin: auto;
}
#footer a{
	font-size: 100%;
}
#footer a:link{
	text-decoration: none;
	color: #A4A4A4;
	font-family: arial;
}
#footer a:visited{
	text-decoration: none;
	color: #A4A4A4;
	font-family: arial;
}
#footer a:hover{
	text-decoration: none;
	color: #000000;
	font-family: arial;
}
#footer a:active{
	text-decoration: none;
	color: #A4A4A4;
	font-family: arial;
}</pre></body></html>