
/* Arial prints better than Verdana */
body, testimonial p.source {
	font-family: Arial, sans-serif;
}

/* Don't show the navigation menu stuff */
.topBar, .mainMenu, .contextMenuWrapper, .bottomBar, .whatNext {
	display: none;
}

/* No point in showing links to return to a menu */
.backTo {
	display: none;
}

p.button-center, p.button-right {
	display: none;
}

/* Quick fixes for table headers */
.listTable thead td, .listTableHead td {
	padding: 0.3em !important;
	border-bottom: 1px solid #000 !important;
}

.listTable thead a, .listTableHead a {
	display: inline;
	color: #000;
	border: 0;
	text-decoration: none;
}
