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

A:Visited  {
	color : #FFFFFF;
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
	color : #FFFFFF;
}

A:Hover  {
	text-decoration : none;
	background-color : #000000;
	color : #FFFFFF;
}

</pre></body></html>