body {
background: white;
font-size: 12pt;
}

/* Remove unwanted elements */

#head, #language, #sidebar-1, #main_menu, #sub_menu, #foot, .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 */

#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}