body {
background: white;
font-size: 12pt;
}

/* Remove unwanted elements */

.top, #header, #mm-menu, #menu, #main-menu, #main-menu-2, .vert-middle, #footer, .noprint{
display: none;
}

/* Ensure the content spans the full width */

#container, #wrapper, #content{
width: 100%;
margin: 0;
background: transparent;
color: #000;
float: none;
}

/* Improve colour contrast of links */

a:link, a:visited{
color: #555;
text-decoration: underline;
}

/* et linkide urlid oleks näha */

#container a:link:after, #container a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}