body {
	background: white;
	color: black;
}

/* HTML formatting. */
a {
	color: blue;
	text-decoration: underline;
}

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;
}

/* Alter the navigation to suit our needs. */
.boardIndexTopicCount, .boardIndexMessageCount, .boardIndexLastMessage, .boardIndexModerators, #helperMenu, #index {
	display: none;
}

#title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
