<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
--&gt;

.mainstyle {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
}

.copyright {
	color:#FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	text-align: center;
}
</pre></body></html>