table {
	font-family: sans-serif;
	text-align: center;
	vertical-align: center;
	font-size: 13;
	border-width: 2;
	border-color: rgb(0, 0, 0);
}
td.lower { border-bottom:0 }
td.higher { border-top:0 }
td.title { font-weight:bold }
td.vs { border-top:0; border-bottom:0 }
td.nom { color: rgb(0, 0, 0); font-size:20 }
td.good { background-color: rgb(0, 101, 189) }
td.nope { background-color: rgb(213, 43, 30) }
font.minus { font-size:10 }
span.good { font-weight:bold; color: rgb(0, 0, 0); background-color: rgb(0, 101, 189) }
span.nope { color: rgb(255, 255, 255); background-color: rgb(213, 43, 30) }
/* old style */
/* span.nd { font-weight:normal }*/