 /**
  * All print styles
  *
  * @copyright       (c) ...
  * @author          Authorname
  * @version         Version
  *
  * @revision        Revision
  * @lastmodified    Last Modified Date
  *
  */



 /**
  * @section Print full URL's
  *
  * Only for CSS2 conform browsers
  * @see     http://www.alistapart.com/stories/goingtoprint/
  */
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	font-style: italic;
}



 /**
  * @section Default print styles
  */

body {
	background: white;
	font-size: 12px;
	line-height: 1.5em;
}

#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

#navigation {
	display: none;
}

img {
	border: none;
}

