

/* Perussäädöt */

body {
   background: white;
   font-size: 12pt;
   }
   
#valikko, #valikko2, #alapalkki, #alapalkki2, #isotlogo {
   display: none;
   }
   
#paataulukko {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   left: 0;
   top: 0;
   position: absolute;
   float: none !important;
   color: black;
   background: transparent none;
   width: 75%;
   }
   
div#sisalto, #sisus {
   padding: 0;
   margin: 0;
   width: 65%;
 }
   
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%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.ncp.fi/isot" attr(href) ") ";
   }
