body
 {
	overflow-x: visible;
 }
#header
 {
	display:none;
 }
#wrapper {
	background:none;
	width:100%;
 }
a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: normal;
   text-decoration: none;
   }
a:link[href^="http://"]:after {
        content: " <" attr(href) " > ";
        color: silver;
        font-family: "Courier New", Courier, monospace;
        font-size: smaller;
}

a:link[href^="/"]:after {
        content: " <http://www.halla-aho.com" attr(href) " > ";
        font-size: smaller;
        color: silver;
}

a:link[href^="#"] {
        text-decoration: none;
}

a:link[href^="#"]:after {
        content: "";
}
#text
 {
	margin:0;
 }
#text div {
	padding:0;
	border:0;
 }
#text p {
	text-align: justify;
	font-size:13pt;
	margin:0;
	text-indent: 0.8cm;
	page-break-before: avoid;
	line-height: 15pt;
}
blockquote
 {
	color:black;
	background:none;
	font-size:11pt;
	line-height:normal;
	text-align:justify;
	font-weight:normal;
	
 }
h2
 {
	color:black;
	font-size:0.8cm;
 }
 }