body {
   background: white;
   font-size: 12pt;
	 }

#tabs, #leftcolumn, #footer, #header  {
   display: none;
   }
#contentcolumn, #container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
	   
   }
	 
 
div#contentcolumn {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 5px solid #8fbc8f;
	 
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#contentcolumn a:link:after, #contentcolumn a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#contentcolumn a[href^="/"]:after {
   content: " (http://www.stepheniemeyer.com" attr(href) ") ";
   }