a {
	color: #863F8F;
	text-decoration: none;
}
body {
	color: #CF01E0;
	background-color: #0E0307;
	font-family: monospace;
	font-size: 1.5em;
	max-width: 900px;
}
.table {
	display: table;
	width: 100%;
}
.tableRow {
	display: table-row;
}
.tableCell {
	border: 0px solid;
	display: table-cell;
	padding: 3px 10px;
}
.tableBody {
	display: table-row-group;
}


