body {
   background: white;
   font-size: 12pt;
   }
h1, h2, h3 {
	display: block;

	}
p {
	margin: 0;
	}
a:link, a:visited {
	color: #000C52;
	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.agda.com" attr(href) ") ";
   }


#menu {
   display: none;
   }
#navbar {
   display: none;
   }
#headersokning {
	display: none;	
	}
#right {
	display: none;
}
#footer {
	display: none;
	}
.TopMenuItem {
	display: none;
	}
.MenuItem {
	display: none;
	}