@charset "utf-8";
/* CSS Document */

body {
	background: white;
	font-size: 12pt;
	}
	
	#print-logo {display:block;}
	
.header, .search, .footer, .right, .slider, #menu{
	display: none;
	}
	
	.content {
	width:95%;
	margin: 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
		
		}
	
	a:link, a:visited {
	color: #03C;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
	.content, .pdf_details a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.content, .pdf_details a[href^="/"]:after {
   content: " (http://www.ecocarrier.com" attr(href) ") ";
   }




