/*
	print.css
	Future Connection AG
	06.02.2007 / dg
*/
body {
	background:none;	
	background-color: white;
	color: black;
	width: auto;
	font-size:12pt;
}
#navigation,#head,#footer,#icon {
	display:none;
}
#content a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
   content: " (http://www.remicade.com" attr(href) ") ";
}
