@charset "UTF-8";
/* CSS Document */
@media print{
	* { background-color:#FFF !important;
		background-image: none !important;
		color:#000 !important; }
	nav, footer {display:none;}
	#wrapper, main {
		width: 100%;
		margin: 0; }
	body {
		font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif' !important; line-height: 1;}
	main:before {content: "Please see www.mysite.com for the latest version of this information.";
	border: thin dotted;
	padding: 5px; }
	a[href*='//']:after, a[href*='mailto']:after {
content: " ["attr(href)"] ";
font-size: .75em;
font-weight: normal;
word-wrap: break-word; }
	
}

