<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
	color: #000;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
img {
	border: 0;
}
div#splash {
	width: 744px;
	height: 544px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	border: 0;
	color: #000;
	background: #fff url("images/splash.gif");
}
div#splash a {
   position: relative;
   margin: 0;
   border: 0;
}
div#splash a#enter {
	left: 281px;
	top: 188px;
	font-size: x-large;
	width: 29px;
	height: 29px;
}
div#splash a#getflash {
	left: 292px;
	top: 375px;
	width: 96px;
	height: 39px;
}
div#content {
	width: 746px;
	height: 546px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	border: 0;
	color: #000;
	background-color: #fff;
}
div#content p {
	margin: 10px;
}</pre></body></html>