/* CSS Document */

body {
   background: white;
   font-size: 12pt;
   }

.menu, .footer, .paging, .back, .left {
   display: none;
 }
.x {display:inline;}
.header {padding:0;}

.container, .content {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: #fff;

   }

a:link, a:visited {
   color: #520;
   background: #fff;
   font-weight: bold;
   text-decoration: underline;
   }

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

a[href^="/"]:after {
   content: " (http://workspace.kexchange.co.uk" attr(href) ") ";
   }