<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 */

&lt;script src="js/jquery.js"&gt;&lt;/script&gt;
&lt;script&gt;
	$(function(){
		$("#page-wrap").wrapInner("&lt;table cellspacing='30'&gt;&lt;tr&gt;");
		$(".post").wrap("&lt;td&gt;");
	});
&lt;/script&gt;

* {
	margin: 0; 
	padding: 0; 
}
body { 
	font-size: 100%; 
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	background: #121212;
	color: #999; 
	padding: 20px;
	overflow-y: hidden;
}
tr { 
	vertical-align: top;
}
.post { 
	width: 500px; 
}
p { 
	font-size: 1.2em; 
	margin: 0 0 15px 0; 
}
h1 { 
	font-family: Sans-serif; 
	font-size: 4.0em;
	letter-spacing: -1px; 
	color: #ccc; 
}
h2 { 
	font-family: Sans-serif; 
	font-size: 3.0em;
	letter-spacing: -1px; 
	color: #ccc; 
}



a img {
	border: none;
}


a:link {
	color: #000;
	text-decoration: underline; 
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 100%;
	height: 800;
	background: #000000;
	margin: 0; 
	overflow: hidden; 
	font-family: "Courier New", Courier, monospace;
	font-color: #000000;
}

.header {
	z-index: 1;
	position: fixed;
    height:50px;
	width: 275px;
	margin-left: 20px;
	background: #ffffff;
	}




.menu {
	z-index: 3;
	position: fixed;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	margin-top:-30px;
}



	


.menu ul, .content ol { 
	padding: 0 20px 20px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#pics {
	height:600px;
	width: 13400px;
	z-index: 1;
	position: absolute;
	margin-top: 0px;
	margin-left:0px;

	font-color: #000000;
	
	
}
#text {
	height: 600px;
	width: 600px;
	z-index: 2;
	position: absolute;
	margin-top: 0%;
	margin-left: 0px;
	background-color: #fff;
}

#pics {
	color: #FFF;
}
div {
	color: #FFF;
}
div {
	color: #999;
}
div {
	font-family: "Courier New", Courier, monospace;
}
.container #nav p img {
	font-family: Verdana, Geneva, sans-serif;
}
</pre></body></html>