html, body {
	margin: 0;
	padding: 0;
}

.site-header,
.forum-header,
.topic-header #topic-pagination,
.topic-header .topic-buttons,
#topic-body #topic-themenavigation,
#topic-body .poster-info .postdetails,
#topic-body .post .post-info a,
#topic-body .post .post-info .post-icons,
#topic-body .post-navigation,
#topic-body .post-spacer,
#topic-body #topic-quickreply,
#topic-body #topic-filter,
.topic-footer tr,
.forum-footer,
.site-footer {
	display: none;
}

.layout-table {
	border: none;
	margin: 0;
}

#topic-body {
	border: 1px solid #888;
	border-collapse: collapse;
	border-spacing: 0;
}

#topic-body th,
#topic-body .post-row {
	border: 1px solid #888;
	background: none;
}

#topic-body th {
	background: #fff;
	color: #000;
}

#topic-body .poster-info .name a {
	color: #000;
}

.topic-footer #topic-pagenumber {
	display: table-row;
}

strong {
	font-weight: bold;
}

tr.postmsg > td {
	text-align: justify;
}

td.quote {
	text-align: justify;
}
