body {
   background: white;
   font-size: 12pt;
   }
   
#container, #content {
    width: auto;
    height: auto;
    float: none !important;
    background: transparent none;
    }

	
#banner {
    text-align: center;
	border-bottom: 1px double #AAA;
    }
    
#sidebar-a {display: none;}

#sidebar-b {display: none;}

    
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%;}
   
.justed {
text-align:justify;
    }
