body {
   background: white;
   font-size: 12pt;
   }
   
#meny {
   display: none;
   }
#logo {
   display: none;
   }
   
#innhold {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
#innhold h1 {
	font-family: Times New Roman, sans-serif;
	font-size: large;
	font-weight: normal;
}

#innhold h2 {
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	font-weight: normal;
}

#innhold h3 {
	font-family: Georgia, Arial, serif;
	font-size: 70%;
	font-weight: bold;
}

#innhold p{
	font-family: Times New Roman, serif;
}

#infobox {
   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%;
   }