body {
    color: black;
    margin: 0;
    font-size: 11pt;
    background: none;
}

#sidebar,
#footer,
div.entry-footer *,
#serendipity_pageFooter,
#jumptoform,
#serendipity_CommentForm {
    display: none;
}

#serendipity_banner {
    margin: 1cm 0;
}

#wrapper {
    margin: 0;
    padding: 0;
}

.entry-content a,
.serendipity_entry_body a,
.serokratie_comment_content a {
	color: #000;
	border: none;
}

.entry-content a:after,
.serendipity_entry_body a:after,
.serokratie_comment_content a:after {
	content: " (" attr(href) ") ";
	color: #38746b;
	text-decoration: underline;
}