<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, html 
{
	width:100%;
	height:100%;
}

body
{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F0F0F0;
}
	
a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
	
a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
	
a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}</pre></body></html>