<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
	font-size: 11px;
	font-family: verdana, tahoma;
	color: #000000;
	background: #ffffff;
}

img{
	border: none;
}

a:active,
a:visited,
a:link {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #c63838;
	text-decoration: underline;
}

.print-block {
	overflow: auto;
	padding: 15px;
	width: 600px;
}

.print-logo {
	width: 100%;
	height: 65px;
	background-image: url('../img/print-bg.png');
	background-repeat: repeat-x;
}

.news-print-block {
	overflow: auto;
}

.news-print-title {
	color: #0d5ea5;
	font-size: 14px;
	font-weight: bold;
	font-family: "BPG Ingiri B Arial", Sylfaen;
}

.news-time-date {
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 30px;
	font-family: "BPG Ingiri B Arial", Sylfaen;
}

.news-print-info {
	width: 100%;
	font-size: 12px;
	font-family: "BPG Ingiri B Arial", Sylfaen;
}

.img-print {
	padding-right: 10px;
	float: left;
}</pre></body></html>