<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link
{
	color: rgb(102, 153, 204);
}
a:active
{
	color: rgb(153, 153, 204);
}
a:visited
{
	color: rgb(102, 102, 153);
}
body
{
	background-color: rgb(0, 0, 51);
	color: rgb(255, 255, 255);
}
table
{
	table-border-color-light: rgb(255, 255, 255);
	table-border-color-dark: rgb(102, 102, 153);
}
h1
{
	color: rgb(153, 153, 204);
}
h2
{
	color: rgb(153, 153, 204);
}
h3
{
	color: rgb(153, 153, 204);
}
h4
{
	color: rgb(153, 153, 204);
}
h5
{
	color: rgb(153, 153, 204);
}
h6
{
	color: rgb(153, 153, 204);
}
button
{
	background-color: rgb(153, 153, 204);
	color: rgb(255, 255, 255);
}
label
{
	color: rgb(12, 0, 0);
}
.mstheme-text
{
}
textarea
{
	color: rgb(0, 0, 0);
}
fieldset
{
	color: rgb(255, 255, 255);
}
legend
{
	color: rgb(153, 153, 204);
}
select
{
	color: rgb(0, 0, 0);
}
caption
{
	color: rgb(153, 153, 204);
}
th
{
	color: rgb(255, 255, 255);
}
</pre></body></html>