@charset "iso-8859-1";/*****		       File: print.css**		    Created: 2006**		   Modified: 01/28/2007 [mhulse]****		      Notes: Needs work.***//*----------( PRINT STYLES: )---------*/	body {		background: white;		font-size: 12pt;	}	/* Note: typo! was "hdr" -- changed to "hldr": */	#hldr {		width: auto;		margin: 0 5%;		padding: 0;		border: 0;		color: black;		background: transparent none;	}	#storyPageBan,	#mainMenu,	#hSubNav,	#sidebar3colLeft,	#sidebar3colRight,	#sidebarLeftCol,	#sidebarRightCol,	#inlinePic,	#storyTools,	#inlineAd,	#storyPageFooter,	#footerMh { display: none; }	#innerContentWrap {		margin-left: 10%;		padding-top: 1em;		border-top: 1px solid #930;		float: none !important;	}	a:link,	a:visited {		color: #520;		background: transparent;		font-weight: bold;		text-decoration: underline;	}	#innerContentWrap a:link:after,	#innerContentWrap a:visited:after {		content: " (" attr(href) ") ";		font-size: 90%;	}	#innerContentWrap a[href^="/"]:after { content: " (http://www.registerguard.com" attr(href) ") "; }/*------------------------------------*/