@media print {
	body {
		color: black;
      	background: white;
      	font-size: 12pt;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	#content {
		position: static;
		width: auto;
	    float: none !important;
	    color: black;
	    background: transparent none;
	}
	a:link, a:visited {
	   color: #520;
	   background: transparent;
	   font-weight: bold;
	   text-decoration: underline;
	   }
	#content a:link:after, #content a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 90%;
	   }
	#content a[href^="/"]:after {
	   content: " (http://ideegeo.com" attr(href) ") ";
	   }
}