<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(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body         { font-family: Arial, Helvetica; background-color: #FFFFFF; color: #323232 }
h1           { font-family: Arial, Helvetica; color: rgb(125,0,0) }
h2
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,125); 
}
h3
{
	font-family: Arial, Helvetica;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Arial, Helvetica;
	color: rgb(153,153,0);
}
h5
{
	font-family: Arial, Helvetica;
	color: rgb(255,153,0);
}
h6
{
	font-family: Arial, Helvetica;
	color: rgb(51,102,204);
}
code         { font-family: 'Lucida Console', 'Courier New'; color: #006000; line-height: 
               125% }
.wrong       { color: #600000; text-decoration: line-through }
pre         { font-family: Lucida Console, Courier New; color: #006000; line-height: 
               125% }
.deleted       { background-color: #DDDDDD; text-decoration: line-through}
.frames {background-color: #E0E0E0}</pre></body></html>