/* Print styles for Go Fetch website.  Strips away screen formatting for practical printing.  Created March 2006 by Rachel May */
body{
	font-size:10pt;
}
p, li{
	line-height:1.5;
}
#header h1{
	text-align:center;
	margin-bottom:2em;
}
#header h1 img{
	border:none;
}
#nav, fieldset, #extra, #footer ul{
	display:none;
}
#footer{
	border-top:1px solid #CCC;
	margin-top:5em;
	font-size:0.9em;
}
#footer img{
	border:none;
}
#footer p{
	color:#CCC;
	margin:0.6em 0 0 0;
	padding:0;
	font-weight:bold;
}
#footer p img{
	vertical-align:middle;
}
#content h1{
	background:none;
}