<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.hronica {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #235e00;
}
div.hronica h2{
	color: green;
	font-size: 12px;
}
div.hronica div.date {
	position: relative;
	margin-bottom: 10px;
	background-image: url('/images/top_red.jpg');
	width: 656px;
	height: 21px;
}
div.hronica div.date h3{
	position: absolute;
	top: 4px;
	left: 10px;
	color: white;
	font-size: 12px;
}
div.hronica p {
	margin: 0px 0px 10px 0px;
}</pre></body></html>