/*
	* printer friendly styles
*/
body {
	font-family: arial, verdana, serif;
	font-size: 12px;
	color:#231f20;
}

#header, #footer { display:none;}
#leftCol {display: none;}

#content h1 { font-size: 18px; font-weight: normal; color:#00688f; margin-bottom:0.5em;}
#content h2 { font-size: 16px; font-weight: normal; color:#00688F; margin-bottom: 0.5em;}
#content h3 { font-size: 14px; font-weight: bold; color:#00688F; margin-bottom: 0.5em;}
#content h4 { font-size: 12px; font-weight: bold; color:#00688F; margin-bottom: 0.5em;}

#content p { margin-bottom: 1em; line-height: 1.5em;}

#content a { color:#00aeef; text-decoration: none;}
	#content a:hover { text-decoration: underline;}

#content ul, #content ol { margin-left: 2em;}
#content ul ul, #content ol ol { margin-left: 1em;}
	#content li { margin:0.2em;}
	
#content img.tasattu_vasemmalle { float:left; margin-right:1em; padding: 5px;}
#content img.tasattu_oikealle { float: left; margin-left: 1em; padding: 5px;}

