/* print.css */
/* From   http://www.alistapart.com/articles/goingtoprint/ */
/* From http://photomatt.net/css/print.css */


html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, Palatino, serif;
	/*width: 100%; */
  	 }

#article {
    width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;

}


#MainTable .MsoBodyText
{
text-align: left;
font-family: Georgia;
color:#000000;
}

img {
	margin: 10px;
	padding: 10px;
}



#header, #footer, #footer, #menu, .title, .subscribe, .StoreHeader {
	display: none;

}

body {
   background: white;
   font-size: 12pt;
/*padding: 0px 0px 0.7em 0px;   */

   }

#wrapper, #content {
   width: auto;
/*   margin: 0 5%;  */
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
/*   padding-top: 1em; */
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a {
	color: black;
	text-decoration: underline;
}

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://www.mises.org" attr(href) ") ";
   }

.MsoBodyText a[href^="/"]:after {
   content: " (http://www.mises.org" attr(href) ") ";
   }*/