td.error {
	background-color: red;
	font-weight: bold;
}

td.alert {
	background-color: yellow;
	font-weight: bold;
}

td.normal {
	color: green;
}
