span.icards {
	border: thin solid BORDERCLR;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	background: SURFACEBACKWHITE;
	color: black;
	font-family: monospace;
	font-weight: bolder;
	letter-spacing: 0.15ex; /*looks better not quite do packed together*/
}

.icards .redcard {
	color: red;
}
.icards .blackcard {
	color: black;
}
.icards .othercard {
	color: blue;
}

div.cards {
	text-align: center;
}

div.cards img {
	margin-left: 0.25ex;
	margin-right: 0.25ex;
}
