<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	top: 0px;
	left: 0px;
	right: 0px;
	font-family: verdana;
	font-size: 13px;
	font-weight: 100;
	color: #666666;
}
iframe {
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-weight: 100;
}
a {
	font-family: verdana;
	color: #666666;
	text-decoration: underline;
	font-size: 13px;
	font-weight: 100;
}

.content {
	height: 95%;
	width: 100%;
	left: 0px;
	top: 5%;
	right: 0px;
	bottom: 0px;
	position: absolute;
	vertical-align: top;
	padding: 0px;
	font-weight: 100;
}
.header {
	height: 5%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	font-family: verdana;
	color: #666666;
	font-size: 13px;
	font-weight: 100;
	text-decoration: none;
}
</pre></body></html>