<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
text-decoration : none;
font-family: Arial;
color: black;
}
a:hover {
	text-decoration : none;
	font-family : Arial;
	font-style: normal;
	color: #FFFFFF;
	background-color: #333333;
}
.pagenum {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
}
.model {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}
body {
	background-color: #000000;
}
</pre></body></html>