	body {
		margin: 20px;
		padding: 0px;
		background: firebrick;
		font: arial, sans-serif; }

	pre {text-indent: 30px}

	#tabmenu {
		color: #000;
		border-bottom: 2px solid navy;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

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

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

	#tabmenu a.active {
	  color: navy;
		background: linen;
		border-bottom: 3px solid #ABAD85; }

	#tabmenu a:hover {
		color: navy;
		background: linen; }

	#tabmenu a:visited {
		color: #0033FF; }

	#tabmenu a.active:hover {
		background: lightblue;
		color: navy; }

	#content {font: "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		color: navy;
		background: linen;
		padding: 20px;
		border: 2px solid navy;
		border-top: none;
		z-index: 2;	}

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

	#content a:hover { background: lightblue; }
	
	#content dt {font-weight: bold; text-decoration: underline;}
	
