<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 {
		height: 100%;
		width: 100%;
        padding: 20px;
		font: 14px Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		color: #ccc;
		line-height: 1.6em;
		text-align: left;
		background-image: none;
        background-color: black;
	}
</pre></body></html>