<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link
{
	text-decoration= none;	
}
a:visited
{
	text-decoration= none;	
} 
a:active 
{
	text-decoration= none;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #000000; 
	scrollbar-arrow-color: #ff3300; 
	scrollbar-track-color: #393939;
	background-color: rgb(51,51,51);
	font-size: 24pt;
	line-height: 200%;
	color: rgb(204,204,204);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(FF,CC,00); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(204,204,204);
	font-size:18pt;
}
h2
{
	color: rgb(204,204,204);
	font-size: 24pt; 
}
h3
{
	color: rgb(204,204,204);
	font-size: 16pt; 
}
h4
{
	color: rgb(204,204,204);
	font-size: 10pt;
}
h5
{
	color: rgb(204,0,0);
	font-size: 16pt;
}
h6
{
	color: rgb(204,204,204);
	font-size: 10pt;
}

</pre></body></html>