<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 2 column Stylesheet */
@import url(sp.css);
@import url(screen.css);
@import url(expressions.css);

/* Column widths */
#column2 {
	position: relative;
	float: left;
	width: 78%;
	overflow: hidden;
}

#column2-inner {
	position: relative;
	padding-left: 10px;
}
/* /Column widths */

#content {
	padding: 1em 0 1em 0;
}

#content h1 {
	margin-left: 24.1%;
}
</pre></body></html>