/*comment*/

.noprint	{
	display: none;
	}

#leftcontent
	{
	color: black;
	background-color: white;
	width: 100%;
	float: none;
	}

#wrapper	{
	color: black;
	background-color: white;
	}

  H1, H2, H3, H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE,  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }


a:link:after, a:visited:after {
   text-decoration: none;
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

/*a[href^="/"]:after {
   content: " (http://pushback.com" attr(href) ") ";
   }*/
