table.suitSizes {
	border-collapse: collapse;
}
table.suitSizes td {
	padding: 3px 5px;
	border: 1px solid #ccc;
}
table.suitSizes thead td {
	font-weight: bold;
	background-color: #BCE2F2;
}
table.suitSizes tr.alt td {
	background-color: #efefef;
}
table.suitSizes tbody tr:hover td, table.suitSizes tbody tr.alt:hover td {
	background-color: #A0430F;
	cursor: default;
	color: #fff;
}

