<style type="text/css">

	body {
		color: #000000;
		font: 12pt, arial,sans-serif;
		}
	.footer {
		color: #000000;
		font: 9 pt, arial, sans-serif;
		}

	p {
		color: #000000;
		font: 12pt, arial, sans-serif;
		}
	
	h1 {
		color: red;
		font: bold 12pt, arial, sans-serif;
		}

	pre {text-indent: 30px}	
	
	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 20px 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: red;
		background: #ffffff;
		font: bold 12pt arial, sans-serif;
		text-align: center;
		border: 2px solid black;
		padding: 5px 60px 0px 60px;
		margin: 0px;
		text-decoration: none; }
		
	#tabmenu a.active {
		background: #CDCECB;
		border-bottom: 3px solid #CDCECB; }
		
	#tabmenu a:hover {
		color: #ffffff;
		background: #000000; }	
		
	#tabmenu a.active:hover {
		background: #CDCECB;
		color: red; }
		
	#content {
		font: arial, sans-serif;
		text-align: left;
		background: #CDCECB;
		padding: 20px;
		border: 2px solid black;	
		border-top: none;
		z-index: 2;	}
		
	#content a {
		color: #000000; }
		

	</style>
