<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

a.autobesttag {
	background-image:url(../images/tag_off.png);
	padding-right:17px;
	background-repeat: no-repeat;
	background-position: right center;
}

a.autobesttag:hover {
	background-image:url(../images/tag_on.png);
	padding-right:17px;
	background-repeat: no-repeat;
	background-position: right center;
}
</pre></body></html>