/* CSS Document */

body {
   background: white;
   font-size: 13px;
   }

.hidden, #sidebar, #footer, #navcontainer {
   display: none;
   }
#container, #content {
   width: auto;
   margin: 1%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 2%;
   padding: 0.8em 0;
border-bottom:1px solid black;
   }

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) ")";
}
