<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *{font-family: Arial;} */

.title{
	padding: 8px 8px 0px 8px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #f00;
	font-size: 12px;
	text-align: left;
}

.title a{
	text-decoration: none;
	font-weight: bold;
	color: #f00;
	font-size: 12px;
	text-align: left;
}

.title_hl{
	margin: 0px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 8px 8px 0px 8px;
}

.title_hl a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-align: left;
}

.text , .text p , .text div, .text {
	text-align: left;
	padding: 0px 8px 8px 8px;
	font-size: 11px;
}

.text a {
	text-decoration: underline;
	font-weight: normal;
	color: black;
}

.text a:hover {
	text-decoration: none;
	font-weight: normal;
	color: red;
}



.text_hl{
	text-decoration: none;
	font-weight: normal;
	color: #000;
	padding: 0px 8px 8px 8px;
}

.text_hl a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

.text .more a, .text .more a:hover{
	font-weight: bold;

	text-decoration: none;
	color: #fff;
}

.text p{
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 0px;
}
.more a{
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 11px;
	height: 12px;
	padding:10px;
	margin: 0px 0px 0px 3px;
	font-size: 12px;
}







</pre></body></html>