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

#home, #top, #top2, #leftnav, #footer, #dodaj {
   display: none;
}

#container, #content {
   width: 90%;
   left: 10%;
   margin: 0;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   margin-left: 0px;
 }

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%;
   }
#content a[href^="/"]:after {
   content: " (http://www.eko.org.pl/baterie" attr(href) ") ";
   }
   
