body {
	color: #EBEBEB; /* very light grey instead of white */
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6, table, .sans {
	font-family: Helvetica, Arial, sans-serif;
	color: #EBEBEB;
}

.serif h4, .serif h5, .serif h6 {
	font-family: "Times New Roman", Times, serif;
}

p, li {
	font-size: 13.5px; /* default size of 12px is hard work to read? */
	word-spacing: -1px;
}

a {
	color: #EBEBEB;
}

a:hover {
	color: #5B177D; /* purple */
}

blockquote {
	color: #FFF;
}

.box {
	background: #FFF;
}

.box, td {
	color: #000;
}

table {
	background-color: #FFF;
}

td.alt {
	background-color: #EDDEF0;
}

td {
	border-bottom: 1px solid #B3B3B3;
}

th {
	color: #FFF;
	background-color: #5B177D;
	font-weight: normal;
}

.thickest {
	height: 3px;
}

.thick {
	height: 2px;
}
