body {
   background: white;
   font-size: 10pt;
   font-family: Helvetica, Arial, sans-serif;
   }
table tr td {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
}
#print-title {
   font-size: 14pt;
   font-weight: bold;
   }
#print-author {
   font-size: 12pt;
   font-weight: bold;
   }
#article {
   position: relative;
   width: auto;
   margin: 0 1%;
   padding: 0;
   margin-left: 10%;
   padding-top: 1em;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#page-footer {
   padding-top: 25px;
   font-size: 9pt;
   }
a:link, a:visited, .falselink {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#article a:link:after, #article a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   text-decoration: none !important;
   }
#article a[href^="/"]:after {
   content: " (http://www.maximumimpact.com/" attr(href) ") ";
   }
img.accentimage {
	float: right;
	margin-left: 10px;
	border: 1px solid #808080;	
}