body {
   background: white;
   font-size: 12pt;
   }
IMG{
		border: 0px;
	}
div#leftcolumn {
   display: none;
   }
div#rightcolumn {
   display: none;
   }
div#header {
   display: none;
   }
div#footer {
   display: none;
   }
div#maincontent {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#innercontent {
   margin-left: 0;
   padding-top: 1em;
   border-top: 0px none #930;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
div#maincontent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
div#maincontent a[href^="/"]:after {
   content: " (http://www.touradour.com" attr(href) ") ";
}