td.tc {
	font-family: monospace;
}

td.pass {
	background: green;
}

td.fail {
	background: red;
}

td.na {
	background: yellow;
}


th, td {
	padding: 1em;
	border: 1px solid black;
	margin: 0pt;
}

table a {
	color: black;
}

table a:link, table a:visited {
	color: black;
	text-decoration: none;
}

table a:hover {
	text-decoration: underline;
}


table {
	border-collapse: collapse;
}
