	body {
		margin: 20px;
		padding: 0px;
		background: #CACCB4;
		font: 1em/1em arial, sans-serif; }

	h1  {
    	font-size: 1.5em;
    	color: #000;
    	background-color: #00CCCC;
   	 	margin: 0 -1em 1em;
    	padding: 0 1em;
    	}
	img {
		border: 0; 
		padding: 5px;
		}
	
	pre {text-indent: 30px}

	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		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: #000;
		background: #00CCCC;
		font-size: 0.8em;
		font-weight: bold;
		border: 2px solid black;
		padding: 5px 5px 0px 5px;
		margin: 0px;
		text-decoration: none; }

	#tabmenu a.active {
		background: #99CCCC;
		border-bottom: 2px solid #99CCCC; }

	#tabmenu a:hover {
		color: #00CCCC;
		background: #fff; }

	#tabmenu a:visited {
		color: #000; }

	#tabmenu a.active:hover {
		background: #99CCCC;
		color: #fff; }

	#content {
		font-size: 12px ;
		font-family: verdana, arial, sans-serif;
		font-style: bold;
		background: #99CCCC;
		height: auto;
		padding: 20px;
		border: 2px solid black;
		border-top: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		font-weight: bold;
		color: #FFF; }

	#content a:hover { background: #00CCCC; }
