	body {
		margin: 10px;
		padding: 0px;
		background: #FFFFFF;
		font: 14px/14px arial, sans-serif; }
	
	pre {text-indent: 30px}	
	
	#tabmenu {
		color: #ffffff;
		border-bottom: none;
		margin: 10px 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 {
	    /*no idea what following line does*/
		/*color: #FFFFFF; */
        color:#FFFFCC;      /* unvisited link */
        /*background is the default background when screen initializes*/
		background: #006666;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid black;
		padding: 5px 5px 5px 5px;
		margin: 0px;
		text-decoration: none; }

	#tabmenu a.active {
	    /*no idea what following line does*/
		background: #FFFFFF;
		border-bottom: 1px solid black; }

	#tabmenu a.active:hover {
		color: #FFFFFF;
		background: #000000; }

	#tabmenu a:hover {
	    /*no idea what following line does*/
		color: #FFFFFF;
		background:  #000000; }

	#tabmenu a:visited {
		color: #FFFF00; }

	#content {
		background: #FFFFFF;
		font: 12px "Trebuchet MS", arial, sans-serif;
		height: auto;
		padding: 20px;
		border: none;
		border-top: none;
		/*z-index: 2;*/	}
		
	#content a {
		text-decoration: none; }
		
	#content a:hover {
		text-decoration: none;
		color: #FFFFFF;
        background: #000000; }

    #content a:visited {
      color: #FF0000;  }


