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

/* Background */
body {
	background: none;
}
/* Postion &amp; Width */
header, #main, footer {
	margin-left: 0px;
	/*max-width: 1040px;*/
	min-width: 720px;
}
header h1 a { color: rgba(0,0,0,1); }

/* Nav */
#sub {
	display: none;
}</pre></body></html>