/* Version:	3.11 - 19 March 2010 */
/* Notes:	defra-print.css */

/* Remove unwanted elements */
#main-nav, #crumb, #leftnav, #partner-box, #searchform,
#secondary-nav, #rightnav, #footer, #home-banner, .banner-image, #promobox
{
display: none;
}

/* Ensure the content spans the full width */
#center
{
width: 100%; margin: 0; float: none;
}

/* Changes the font style  and size*/
body {
	font-family: arial, sans-serif;
	font-size: 14pt;
}

p 	{
	font-size: 14pt;
}

h1.mainblock {
	font-size:1.5em;
	font-weight:bold;
	color:#410a18;
	padding-left: 0px;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
