<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.csPage {
	line-height: 1.3em;
}
.csPage table {
	width: 100%;
}
.csPage .leftCol {
	width: 200px;
	background-color: #FFCC00;
	border-radius: 10px;
	vertical-align: top;
}
.csPage .rightCol {
    overflow: auto;
	vertical-align: top;
}
.csPage .nav {
	padding: 0 10px 10px;
	color: #000;
	font-size: 14px;
}
.csPage .nav .img {
	text-align: center;
}
.csPage .nav .title {
	background-color: #FF9900;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	border-radius: 15px;
}
.csPage .nav &gt; ul &gt; li {
	margin: 7px;
}
.csPage .nav a {
	text-decoration: none;
	color: #000;
}
.csPage .info {
	margin: 0 0 0 10px;
	padding: 0 10px 10px;
}
.csPage .info .title {
	border: 2px solid #FF9900;
	padding: 8px;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
}
.csPage .info .section {
	margin: 10px 0 0 0;
	font-size: 14px;
}
.csPage .info .section .name {
	background-color: #FF6600;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
}
.csPage .info .section &gt; ul {
	margin: 5px 0 0 0;
	list-style-type: square;
	list-style-position: inside;
}
.csPage .info .section &gt; ul &gt; li {
	margin: 7px 0;
}
.csPage .info .section a {
	text-decoration: none;
	color: #000;
}
.csPage .info .body {
	margin: 10px 0 0 0;
	color: #000;
	font-size: 14px;
}
.csPage .info .body a {
	color: #FF9900;
}
.csPage .info .body ol {
	counter-reset: item;
	list-style-position: outside;
}
.csPage .info .body ol &gt; li {
	margin: 10px 0;
}

.csPage .info .body ol ol {
	margin: 0 0 0 30px;
	
}
.csPage .info .body ol li {
	display: block
}
.csPage .info .body ol li:before {
	content: counters(item, ".") "��";
	counter-increment: item;
}
.csPage .info .body &gt; ul {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 15px;
}
.csPage .info .body &gt; ul &gt; li {
	margin: 20px 0;
	line-height: 1.8em;
}
.csPage .info .body &gt; ul &gt; li &gt; ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 20px;
}
.csPage .info .body b {
	font-weight: bold;
}
</pre></body></html>