table.monopoly {
	border-collapse: collapse;
	width:78ch;

	border-right: solid magenta 3px;
	border-bottom: solid magenta 3px;
	border-top: solid magenta 3px;
	border-left: solid magenta 3px; 
}

th.monopoly {
	font: inherit;
	border-right: solid magenta 3px;
	border-bottom: solid magenta 3px;
	border-top: solid magenta 3px;
	border-left: solid magenta 3px; 
	background-color: cyan;
}

td.monopoly {
	border-left: solid magenta 3px;
	padding-left: 1ch;
}

td {
	vertical-align: top;
}

.width33 {
	width: 33%;
}

.width66 {
	width: 66%;
}