<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 {
	background-color: #c7c7c7;
	padding-top: 20px;
	font-size: 12px;
	line-height: 170%;
	color: #666666;
	padding-bottom: 20px;
}
a {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #FF9966;
}
.font-blue {
	color: #336699;
}
.font-bold {
	font-weight: bold;
}
.font-orange {
	color: #FF9966;
}
.font-cap {
	font-size: 10px;
	color: #669999;
}
</pre></body></html>