﻿body {
background: #fff;
color: #000;
font-size: 12pt;
}
/* sivun asettelu */
#container {
text-align:left;
margin: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
border:0 none;
width:95%;
}
#header, #content, #sidebar, #footer {
clear:both;
margin:0;
padding:10px;
}
#mainnavi, #numerot, #search, #skip, #languageoptions {
display: none;
}
h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif; font-weight:bold;
}
h4, h5 {
font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold;
}
p, td {
font-family: Georgia, "Times New Roman", Times, serif;
}
a {
color: inherit; 
text-decoration: none;
}
a:link, a:visited {
text-decoration: underline;
}
#content a:link:after, 
#content a:visited:after {
font-size: 85%;
content: " (" attr(href) ")"; 
text-decoration: none;
}