* {
   font-size: 10pt;
   float: none;
}
body {
   background: white;
   font-size: 10pt;
}
p {
   font-size:10pt;
}
#head, #right, #left, #lang, .tabbed, .menu, .up, #footer img {
	margin:0;
	padding:0;
	width: 0;
	border:0;
	display: none;
}
h1, h2 {
	border-top: thin solid #012d52;
	border-bottom: thin dashed #012d52;
}
 #content, #center {  
	width:auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
}
#container ,#footer { 
   width: auto;
   margin: 0 4%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   border:0;
}
   
.tabbed, .tabbed dl, .tabbed dt.current_tab, .tabbed dt, .tabbed dd.current_tab { float: none; border: 0;}

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.sandstone.fi" attr(href) ") ";
   }
