<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url();
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;

}
a:link {
	color: #3333CC;
}
a:visited {
	color: #3333CC;
}
a:hover {

	color: #3399FF;
}
a:active {

	color: #FFCC00;
}

a.wi:link {
	color: #FFFFFF;
}
a.wi:visited {
	color: #FFFFFF;
}
a.wi:hover {
	color: #3399FF;
	background-color: #FFFFFF;
}
a.wi:active {
	color: #000000;
	background-color: #ffcc00;
}
.txtwhite {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align: justify;

}
.txtblk {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;

}
.boxarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
</pre></body></html>