<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 {
	background-color: #000;
	color: #FFF;
}

a:link{
	color: #CCC;
	text-decoration:underline;
}
a:visited{
	color: #CCC;
}
a:hover{
	color: #999;
	text-decoration:none;
}
a:active{
	color: #CCC;
}</pre></body></html>