<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: #666666; 
		  font-family: verdana, geneva, arial, sans-serif; 
		  color: #FFFFFF; 
		}

.textbody	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 80%;
		}
.tinytext	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 10px;
		}
.codeface	{ font-family: courier new, courier, monospace; }
.plain_bg	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 80%;
                  color: #FFFFFF;
                  padding: 5px;
                  background: #0033CC;
		}
.white_bg	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 80%;
                  color: #000000;
                  background-color: #FFFFFF;
		}
.black_bg	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 80%;
                  color: #FFFFFF;
                  background-color: #000000;
                  padding: 15px;
		}
ul		{ list-style: square; }

table { 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
a:link		{ color: #3366FF; text-decoration: none; }
a:visited	{ color: #3366FF; text-decoration: none; } 
a:hover		{ color: #6699FF; text-decoration: underline; 
		  background-color: transparent; }
a:active	{ color: #0033CC; text-decoration: none; 
		  background-color: transparent; }
</pre></body></html>