body {
	background-color: black; /* rgb(240, 240, 240); */
	font: 60px/60px Candara;
	color: rgb(180, 180, 180);
	margin: 0px auto;
	text-rendering: optimizeLegibility;
	text-align: center;
}

img {
	border: 1px solid black;
}

img.noborder {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 75px;
	text-align: center;
}

td {
	padding: 0px 5px 0px 5px;
	width: auto;
}

tr.important {
/*	background-color: white; */
	color: black;
}

.key {
	text-align: right;
	margin-right: 20px;
}

strong {
	/* font-weight: normal; */
	color: white;
}

thead, tr, th {
	font-weight: normal;
}

.where {
	background-color: rgb(20, 30, 55);
}

.heading {
	background-color: rgb(20, 55, 20);
}

.really {
	background-color: rgb(55, 10, 10);
}

.highlightable {
	color: gray;
}

.highlightable:hover {
	color: white;
	/* background-color: black; */
}

table {
	border-spacing: 0px;
	text-align: left;
}

sup, sub {
	line-height: 0px;
}

tr, td, th {
	width: auto;
}
