<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 {
	font-family:Arial, Helvetica, sans-serif;
}

ul.plain li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
}

ul.instruct &gt; li {
	list-style-image: url(images/atom.png);
	list-style-type: square;
	list-style-position: outside;
}

div.subsection {
	float: left;
	margin-top: 20px;
}</pre></body></html>