<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #F8F8F8;
	margin: 10;
	padding: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
	scrollbar-base-color: #C1C89B;
	scrollbar-arrow-color: white;

}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #EAEAEA;
}

h1 {
	font-size: 11px;
}

h2 {
	font-size: 13px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #008000;
}

a:hover {
	color: #0033CC;
}

iframe { 
border: 2px inset; 
height: 350px; 
width: 100%;
}</pre></body></html>