<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A:link, A:visited, A:active {
	text-decoration: none;
	COLOR: #c0c0c0;
}

A:hover {
	TEXT-DECORATION: overline underline; 
	color: #ffffff;
}

HR { color: #333333; }

BODY {
	SCROLLBAR-FACE-COLOR: #222222; 
	SCROLLBAR-HIGHLIGHT-COLOR: #888888; 
	SCROLLBAR-SHADOW-COLOR: #cccccc; 
	SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
	SCROLLBAR-ARROW-COLOR: #cccccc; 
	SCROLLBAR-TRACK-COLOR: #555555; 
	SCROLLBAR-DARKSHADOW-COLOR: #555555;
	BACKGROUND-IMAGE: url('images/bg.gif');
	COLOR: #c0c0c0;
	font-family: serif;
	font-size: 12pt;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

em {
	font-family: serif;
	font-size: 12pt;
	font-style: normal;
	color: yellow;
}

h1 {
	font-family: serif;
	font-size: 34pt;
	font-weight: normal;
	text-align: center;
}

P { margin: 0 }

TD { 
	padding-top: 3px;
	text-align: center; 
	font-size: 10pt;
	background-image: url('images/menuback.png');
	background-repeat: no-repeat;
}

#banner {
	WIDTH: 99%;
	POSITION: absolute;
	TOP: 0px;
}

#content {
	LEFT: 5px;
	WIDTH: 98%;
	POSITION: absolute;
	TOP: 108px;
}

#menu {
	TOP: 35px;
	LEFT: 2px;
	WIDTH: 160px;
	POSITION: absolute;
	HEIGHT: 550px;
}

#menu td.link:hover { background-image: url('images/menuback2.png'); }
#menu td.head { background-image: url('images/menuback3.png'); }

#menubg {
	LEFT: 0px;
	WIDTH: 160px;
	HEIGHT: 550px;
	POSITION: absolute;
	background-image: url('images/menu.gif');
}

#bottom {
	font-size: 10pt;
}

#firefox {
	LEFT: 13px;
	WIDTH: 94px;
	TOP: 555px;
	POSITION: absolute;
	HEIGHT: 15px;
	VISIBILITY: hidden;
}

#window {
	LEFT: 160px;
	RIGHT: -5px;
	POSITION: absolute;
	font-family: serif;
	border-width: 2px;
	border-color: 886666;
	border-style: ridge;
	background-image: url('images/bg2.gif');
	padding: 0px 10px 10px 10px;
}

#window A:link, #window A:visited{
	text-decoration: none;
	COLOR: #0ccccc;
}</pre></body></html>