/* Print CSS */

html {
width:100%
}


body {
 background-color: white !important;
 background-image: none !important;
 font-size: 12pt;
}

#navigointi, #footer {
display:none;
}

img {
border: 0;
}


a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
