/*  DARLINGTON CAB - PRINT  */
/*       January 2008       */

body	{ /* Set for black ink on white background */
	color: #000;
	background: #fff;
}
h1, h2	{ /* Black print in San-serif fonts */
	color: #000;
	background: #fff;
	font-family: Tahoma, Arial, sans-serif;
}
div#navbar	{ /* Don't display the Navigation Bar space */
	display: none;
}
a	{ /* Don't print the Links */
	display: none;
}
p	{ /* Set the text weight, size and font */
	font: 500 .9em Tahoma, Arial, sans-serif;
	text-align: center;
}
/* Validated 12 Jan 08 */
