<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A:link{
	color: #0033cc;
	text-decoration: underline;
}
A:visited{
	color: #0033cc;
	text-decoration: underline;
}
A:active{
	color: #0033cc;
	text-decoration: none;
}
A:hover{
	color: #0033cc;
	text-decoration: none;
}

/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;

	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/
</pre></body></html>