
/* Arial prints better than Verdana */
body, testimonial p.source {
	font-family: Arial, sans-serif;
}

/* Don't show the navigation menu stuff */
.topBar, .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;
}

