<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer.footer{
	height:40px;
	text-align:right;
	color:#000000;
	bottom:0px;
	position:fixed;
	width:100%;
}
a{
text-decoration: none;
}
* html .footer /* IE6 åº•éƒ¨å›ºå®š  */{
position:absolute;
bottom:auto;
top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
</pre></body></html>