/* CSS Document for printing*/

body {
   background: white;
   font-size: 12pt;
   }
#sidebar, #header, #nav, #blogtitle {
   display: none;
   }
#wrapper, #content, #blog {
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent none;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	width: auto;

   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

