pre {
	text-indent: 0px;
} 

#tabmenu { 
	color: #00000; 
	border-bottom: 1px solid black; 
	margin: 0px; 
	padding: 0px; 
	z-index: 1; 
	padding-bottom: 4px;
} 

#tabmenu li { 
	display: inline; 
	overflow: hidden; 
	list-style-type: none; 
	border-bottom: 1px solid black;
} 

#tabmenu a, a.active { 
	color: #FFFFFF; 
	background: #999999;
	border: 1px solid black; 
	padding: 5px 5px 4px 5px; 
	margin: 0px; 
	text-decoration: none; 
	cursor: pointer; 
}

#tabmenu a.active { 
	color: #AC103D;
	background: #FFFFFF;
	border-bottom: 0px solid #ffffff;
}

#tabmenu a:hover {
	color: #000000; 
	background: #CCCCCC; 
} 

#tabmenu a:visited {
	color: #AC103D; 
} 

#tabmenu a.active:hover {
	color: #AC103D;
	background: #FFFFFF; 
} 

#centre_content {
	text-align: left; 
	background: #ffffff; 
	padding: 10px; 
	border: 1px solid black; 
	border-top: none; 
	z-index: 2; 
} 

#centre_content a { 
} 

#centre_content a:hover { 
	background: #aaaaaa; 
} 