/*******************************
 *
 *	TEXTONLY.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Dan Nisbet / Mike Harris / Paul Lewis / Gav Dellbridge / Dan Pace
 *
 *  Description:
 *
 *	This CSS strips the page down to text only.
 *  NB - where we use images in forms or as 
 *  links/buttons, we need to use some clever JSP/ASP/PHP 
 *  - see the includes folder for more details.
 *  If you've downloaded this file via the web - tough! ;)
 */
 
body
{
	background-color:   #000000;
} 
 
img, object, embed
{
	display: 			none;
}
 
hr
{
	color: 				#ffd800;
	height: 			1px;
	border: 			0;
	background-color: 	#ffd800;
}

fieldset
{
	border: 			1px solid #0099FF;
}
