	body {
		margin: 10px;
		padding: 0px;
		background: black;
		color: silver;
		font: 11px arial, sans-serif; }

	pre {text-indent: 30px}

	#banner {position: absolute;
		top: 0;
		left: 0;
		height:66px;
		width: 100%;
		padding: 0;
		margin: 0;
		border-bottom: 2px solid gray;
		color: black;
		background: black;
		z-index: 5;}		
	body>#banner {position: fixed;}

	#tabmenu {
		color: #000;
		border-bottom: 1px solid gray;
		text-align: center;
		margin: 85px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 0px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a {
		color: gray;
		background: black;
		font: bold 1.3em "monospace", Arial, sans-serif;
		border: 1px solid gray;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		color: silver;
		border-bottom: 1px solid black; 
		font: bold 1.3em "monospace", Arial, sans-serif; 
		background: black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a:hover {
		color: silver;
		background: black; }
	
	#tabmenu a.active:hover {
		background: black;
		color: silver; }

	#content {
		font: 1.0em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: black;
		padding: 10px;
		border: 1px solid gray;
		border-top: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: gray; }

	#content a:hover { background: #404040; }
