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

body
{
	text-align:center;
	background-color:#000000;
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
}

a:Link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:Hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

a:Visited
{
	color:#FFFFFF;
	text-decoration:none;
}</pre></body></html>