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

body, div,td,a,p,.h {
	font-weight: bolder;
	font-family: Courier New, Terminal, monospace;
	font-size: 100%;
	line-height: 1.1em;
	color: #00d928;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#rbgpattern {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: url("./pattern.gif");
	background-repeat: repeat;
}

#bg {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#content {
	overflow: auto;
	position: absolute;
	padding: 15px;
	left: 0px;
	top: 0px;
	width:95%;
	height:95%;
}


a {
	color: #66d928;
	text-decoration: blink;
}
</pre></body></html>