body {
	background: white;
	color: black;
}

/* Reformat basic HTML elements. */
a {
	color: black;
	text-decoration: none;
}

img {
	border: 0;
}

table {
	border: solid 1px black;
	border-collapse: collapse;
}
th, td {
	border: solid 1px black;
}
th {
	font-weight: bold;
	background: white;
	text-align: center;
}

/* Drop out navigation elements. */
#crumbTrail, form#days, .edits, #helperMenu, #index, #menu, .messageMenu, .pageMenu {
	display: none;
}

/* Show a title. */
#title {
	border-bottom: dotted 1px black;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
