body {
	margin: 1em;
	padding: 0;
	background: #0000c0;
	font: 12pt arial, sans-serif;
}
pre {text-indent: 30px;}
.tabs {
	color: #00ff00;
	border-bottom: 2px solid black;
	margin: 1em 0 0 0;
	padding: 0;
	z-index: 1;
	padding-left: 1em;
}
.tabs li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	color: #888888;
}
.tabs a, a.active {
	color: #ffffff;
	background: #8888bb;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: .15em .5em 0 .5em;
	margin: 0em;
	text-decoration: none;
	-moz-border-radius: 20px 20px 0 0;
}
.tabs a.active {
	color: #000000;
	background: #ccccee;
	border-bottom: 3px solid #ccccee;
}
.tabs a.active:hover {
	color: #0000ff;
	background: #8888bb;
}
.tabs a:visited {
	color: #000000;
}
.tabs a:hover, .tabs a:visited:hover {
	color: #ffffff;
	background: #444488;
}
.content {
	font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	background: #ffffff;
	padding: 1em;
	border-width: 0px 8px 8px 2px;
	border-style: none outset double solid;
	border-color: black;
	z-index: 2;
}
.content .status {
	position: relative;
	float: left;
	border: 1px solid black;
	width: 11em;
	text-align: center;
}

.content a {
	text-decoration: none;
}
.content a:hover {
	background: #8888bb;
}
