<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link, a:visited  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
	font-size: 14px;
}
a:active {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
}</pre></body></html>