/*
 * Author:		Adam Collison [adam.collison@soak.co.uk]
 * Agency:		Soak Digital Ltd.
 * Client: 		Archant
 * Project: 	Jumbo 24
 * Comment:		Print stylesheet
 */
 
body
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			small;
}
 
.banner-top-right,
.nav,
.page-actions, 
.sub-nav,
.summary-panel,
.footer,
.print,
.noprint
{
	display:			none;	
}

ul
{
	list-style:			none;	
}

a img
{
	border:				0;
}
 
