<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import "/library/default.css";

.intro {
	margin:0 0 20px 0;
	border:1px dotted #DAA520;
	padding:10px;
}

p.coment {
	background-color:#FFF8DC;
	padding:15px 15px 15px 15px;
	margin:0 0 5px 0;
	color:#696969;
}

/*-------------------*/

.attention {
	margin:0 0 20px 0;
}

.attention h4 {
	border-top:1px dotted #DAA520;
	border-bottom:1px dotted #DAA520;
	padding:6px 0 4px 6px;
	margin:0 0 10px 0;
	font-size:14px;
	color:#B8860B;
}

.attention ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

.attention ul li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background-image:url(../image/list_attention.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

/*-------------------*/

.topics {
	width:660px;
	margin:0 -20px 20px 0;
	overflow:hidden;
	_zoom: 1;
}

.topics h2 {
	margin:0 0 10px 0;
	padding:6px 0 4px 10px;
	background-color:#FFD700;
	font-size:14px;
	color:#696969;
}

.topics h3 {
	margin:0 0 10px 0;
	padding:6px 0 4px 10px;
	border-top:dotted 1px #FF8C00;
	border-bottom:dotted 1px #FF8C00;
	font-size:13px;
	color:#696969;
}


.topics .area {
	float:left;
	width:315px;
	margin:0 10px 0 0;
}

.topics ul {
	margin:0 0 20px 5px;
	padding:0;
	list-style:none;
}

.topics ul li {
	margin:0 0 5px 0;
	padding:0 0 0 17px;
	background-image:url(../image/list_topics.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
</pre></body></html>