<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#scroll {
	position: relative;
	width: 400px;
	height: 300px;
	float: left;
}

#more_news {
	padding: 0px 10px 10px 0;
	line-height: 130%;
	list-style-type: none;
	padding: 0;
	float: right;
	width: 200px;
	max-height: 300px;
	overflow: auto;
}

#more_news a:hover {
	color: #F60;
	text-decoration: underline;
}</pre></body></html>