html{
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
}
body{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "times new roman", serif;
	font-size: 12pt;
	background: url(/kuvat/b.jpg) white 0% 0% repeat scroll;
	color: black;
}
h1{
	margin: 0;
	font-size: 24pt;
	text-align: center;
}
h2{
	font-size: 18pt;
}
h3{
	font-size: 14pt;
}
h4{
	font-size: 12pt;
}
h5{
	font-size: 12pt;
	font-weight: normal;
}
p{
	font-size: 12pt;
}
p.laskuri{
	margin: 0;
	padding: 0;
	text-align: right;
}
big{
	font-size: 14pt;
}	
img.invisible{
	margin: 0;
	padding: 0;
	border: none;
	width: 0;
	height: 0;
}
img.imgl{
	margin: 1em;
	float: left;
	border: thin solid black;
}
img.imgr{
	margin: 1em;
	float: right;
	border: thin solid black;
}
br.brl{
	clear: left;
}
br.brr{
	clear: right;
}
table.hinnat{
	border-collapse: collapse;
	font-size: 12pt;
	margin: 1ex;
	text-align: left;
	width: 40em;
}
col.tuote {
	margin: 1ex;
	text-align: left;
	width: 30em;
}
col.hinta {
	margin: 1ex;
	text-align: right;
	width: 6em;
}
div.otsikko{
	position: fixed;
	border: thin solid #A3A3A3;
	height: 11ex;
	width: 100%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	padding: 0;
}
div.linkit{
	position: fixed;
	overflow: scroll;
	height: auto;
	width: 14em;
	border: thin solid #A3A3A3;
	overflow: scroll;
	top: 11ex;
	padding-top: 1em;
	padding-bottom: 1em;
	right: auto;
	bottom: 2ex;
	left: 0;
}
div.sisalto{
	position: absolute;
	overflow: scroll;
	top: 11ex;
	right: 0;
	bottom: 2ex;
	left: 14em;
	padding: 1em;
	border: thin solid #A3A3A3;
}
div.kävijöitä{
	position: fixed;
	height: 2ex;
	width: 100%;
	border: thin solid #A3A3A3;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
}