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

/* body */
body {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 980px;
	margin: 0 auto;
}

#header {
}
#mainContainer {
	float: right;
	width: 780px;
	min-height: 300px;
}
#subContainerA {
	float: left;
	width: 200px;
	min-height: 200px;
}
#subContainerB {
	float: right;
	width: 200px;
	min-height: 200px;
}
#sectionTopicPath {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#formSection {
	width: 700px;
	margin: 0 auto;
}
#singleSection {
	width: 880px;
	margin: 0 auto;
}
#sectionNotification {
}
#articlesWrap {
}
#footer {
	clear: both;
	height: 110px;
}</pre></body></html>