html {
	background-color: #eeffe8;
	color: black;
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid black;
}

.err {
	background: red;
	color: white;
	font-weight: bold;
}

.fail {
	background: #ff6666;
	color: black;
}

.fail .result {
	background: #ff3333;
}

.warn {
	background: #FFCC55;
	color: black;
}

.warn .result {
	background: #ffa600;
}

.good, .pass {
	background: #99ffAA;
	color: black;
}

.good .result, .pass .result {
	background: #44ff55;
	color: black;
}

td {
	border: 1px solid black;
}

table {
	border: 2px solid black;
	background: white;
}
