	body {
		margin: 10px;
		padding: 0px;
		background: #52A3A3;
		font: 14px/14px arial, sans-serif; }
	
	pre {text-indent: 30px}	
	
	#tabmenu {
		color: #000;
		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 {
		color: #FFFFFF;
		background: #006666;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid black;
		padding: 5px 5px 0px 5px;
		margin: 0px;
		text-decoration: none; }
		
	#tabmenu a.active {
		background: #52A3A3;
		border-bottom: 1px solid #52A3A3; }
		
	#tabmenu a:hover {
		color: #fff;
		background: #000000; }	
		
	#tabmenu a:visited {
		color: #E8E9BE; }
		
	#tabmenu a.active:hover {
		background: #52A3A3;
		color: #D3DBCB; }
		
	#content {
		background: #52A3A3;
		font: 12px "Trebuchet MS", arial, sans-serif;
		height: auto;
		padding: 20px;
		border: none;	
		border-top: none;
		z-index: 2;	}
		
	#content a {
		text-decoration: none;
		color: #FFFFFF; }
		
	#content a:hover { background: #000000; }