span.display {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	background-color: #400000;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

span.key {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

