

table {
	width: 400px;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: automatic;
	border-spacing: 40px;
	padding: 40px;
}

td {
	height: 30px;
	text-align: center;
	font-size:12px;
	font-family: Times New Roman;
}

td.header {
	font-size: 18px;
	font-weight: bold;
}

td.feature {
	text-align: left;
}

td.regular {
	color: #996633;
}

td.key {
	color: #808080;
}

td.prime {
	color: #FF9933;
}

