body {
   background: white;
   font-size: 12pt;
   }
 #nav, #path, #hitta, #aktuellt, #printout, .upp, .ner, #bevaka_rss, #totop {
   display: none;
   }
#wrapper, #innehall {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#innehall {
   margin-left: 0%;
   padding-top: 1em;
   border-top: 1px solid #099;
   }
   
h3 {
	font-size: 15pt;
	}
	
h4 {
	font-size: 13pt;
	}

a:link, a:visited {
   color: #009999;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
   font-size: 95%
   }
#innehall a:link:after, #innehall a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 98%;
   }
#innehall a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }