/*
Cascading Style Sheet Version 2.0
Created for website Pub Quiz (quizbay.com) by Pete Crewdson
All coding copyright 2007 WNW Design Limited and it's subsidiaries
textonly.css version 1.0

This document includes all element to be loaded and ejected whist viewing the textual
based version of the website through the accessibility links provided on the page.
*/

body {
font-family : Arial, Helvetica, sans-serif;
}

	p#viewing_text {
	background : #ccc;
	border : 1px solid #000;
	font-weight : bold;
	padding : 10px;
	}

	img {
	display : none;
	}