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

#title {
	text-align: center;
}

#menu {
	position: fixed;
	left: 20px;
	top: 140px;
}

#menu a {
	display: block;
}

#refs {
	position: fixed;
	left: 20px;
	top: 30px;
}

#content {
	margin-left: 220px;
}

img {
	border: 0px;
}</pre></body></html>