<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.news_title	{	font: 20px garamond;
					width: 100%;
					border-bottom-style: solid;
					border-bottom-width: 1px;
					border-color: black;
					margin-bottom: 10px;}
div.news_date	{	font-size: 14px;
					font-weight: bold;
					width: 50%;
					border-bottom-style: dotted;
					border-bottom-width: 1px;
					border-color: black;}
div.news_body	{	position: relative;
					left: 10px;
					padding-right: 10px;
					margin-top: 5px;}
div.news_footer	{	font-style: italic	}</pre></body></html>