<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* hide it -- Style Sheet for new home page */

BODY { 
	background-color: #330033; 
	color: #669999; 
	}

A:link		{ color: #669999; text-decoration: none; }
A:visited	{ color: #669999; text-decoration: none; } 
A:hover		{ color: #99CCCC; text-decoration: underline; }
A:active	{ color: #993399; text-decoration: underline; }

.textbody { 
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 80%;
	}
.tinytext { 
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 9px;
	padding: 5px;
	}
.borderbox {
	border: 1px solid #669999;
	}

 /* end of file */
</pre></body></html>