<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #cccccc;
}
.biggest {
	font-size: 24px;
	line-height: 28px;
}
.bigger {
	font-size: 18px;
	line-height: 22px;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
body {
	background-color: #000000;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 30px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #fffffff;
	text-decoration: none;
}
a:active {
	color: #ccff66;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ccff66;
}
.alert {
	color: #FF9900;
}
.caption {
	color: #777777;
	font-size: 12px;
	line-height: 16px;
}
.bkwht {
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
.red {
	color: #cf111b;
}
</pre></body></html>