<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background: #072420 /*url(splash/body.gif) 0px 3px*/;
}

#container {
	background: url(splash/container.gif) repeat-x;
}

h1 {
	margin: 0 20px -108px 0;
	height: 241px;
	text-indent: -9999px;
	background: url(splash/logo.gif) no-repeat 100% 0;
}

p {
	margin: 0px 20px;
	text-align: left;
	font: bold 12px/20px Optima, 'Gill Sans', Arial, Helvetica, sans-serif;
	color: #010501;
}

a {
	letter-spacing: 1px;
	color: #953309;
	text-decoration: none;
}
a:hover {
	color: #140701;
	text-decoration: underline;
}</pre></body></html>