<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{font-family:Arial, Helvetica, sans-serif; font-size:100%;}

a:link, a:visited{color:#330066;}

a:hover {background-color:#CC6600; color:#FFFFFF;}

h1 {font-size:130%;}

h2 {color:#CC6600;}

p {font-size:95%;}

hr {height:5px; color:#330066; background-color:#330066;}

#container {
	padding-top: 0px;
	margin: auto;
	/*border:#000 solid 1px;*/
	width:800px;
}
#main_content{padding-top:10px;}

.sqoosh {line-height:.8em; font-size:90%;}

#footer {font-size:80%;}

.gray {color:#999999;}

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