<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	background: #333300;
	font-family: verdana, helvetica, sans-serif;
	color: #FFFFCC;
	}
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 434px;
	margin: -217px 0 0 -500px;
	padding: 0;
	background: #333300 url(images/bigtiger.jpg) center no-repeat;
	}
#text-block {
	width: 300px;
	border: 1px solid #CCCC99;
	margin: 200px 0 0 150px;
	padding: 10px;
	text-align: center;
	}
#credit-block {
	margin: 40px 0 0 600px;
	padding: 0;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 3px;
	margin: 0;
	padding: 10px 0 0 0;
	}
ul {
	list-style: square;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: left;
	padding-left: 30px;
	margin-left: 30px;
	}

a {
	color: #FFFFCC; 
	text-decoration: underline;
	background-color: transparent;
	}

a:hover {
	color: #CCFF99; 
	text-decoration: none; 
	background-color: #003300;
	}
</pre></body></html>