@charset "utf-8";

* {
   background: white;
   font-size: 12pt;
   }
h6{font-size: 16pt;}
#menu, #logo h1, #navigation, #cols-3, #col-2, #col-3 {
   display: none;
   }
#site {
   width: auto;
   margin: 0 5%;
   padding: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#site {
   margin-left: 10%;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
	border:none;
   }
#site a:link:after, #site a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#site a[href^="/"]:after {
   content: " (http://www.otavakonserni.fi" attr(href) ") ";
   }
#footer{border-top:1px solid #ccc;}