span.def {
	text-weight: bold;
	color: green;
}

table.hideme {
	visibility: hidden;
	z-index: 1;
	position: absolute;
	border: black 1px;
	background-color: #eeffff;
	width: 300px;
}

table.hideme th {
	font: 10pt Arial, sans-serif;
	padding: 8px;
	text-align: left;
}
