@media all {
	body {
		border: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		line-height: 1.5em;
		margin: 5px;
	}
	a {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	.marginaali {
		padding: 5px;
	}
	.leipatekstin_otsikko {
		font-size: medium;
	}
	.sivun_otsikko {
		font-size: large;
		text-decoration: underline;
		color: #003300;
	}
	.sivun_valiotsikko {
		font-size: medium;
		text-decoration: underline;
		color: #003300;
		text-align: center;
	}
	hr {
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: dotted;
		border-right-style: dotted;
		border-bottom-style: dotted;
		border-left-style: dotted;
		border-top-color: #999999;
		border-right-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
		width: 95%;
	}
	.video {
		text-align: center;
		margin-left: 5px;
	}
	.ylaylaotsikko table {
		width: 770px;
		border-width: 0px;
	}
	.ylaotsikko table {
		width: 770px;
		border-width: 0px;
	}
	.otsikko table {
		width: 770px;
		border-width: 0px;
	}
	.otsikko td {
		font-size: 85%;
		font-weight: bold;
		text-align: center;
	}
	#sivu {
		width: 772px;
		border-width: 0px;
	}
	.navi {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999999;
	}
	#teksti {
		margin-left: 5px;
	}
}
@media print {
	.video {
		display: none;
	}
	.ylaylaotsikko table {
		width: 100%;
	}
	.ylaotsikko table {
		width: 100%;
	}
	.ylaotsikko td {
		font-size: 85%;
	}
	.otsikko table {
		width: 100%;
	}
	#sivu {
		width: 100%;
	}
}
.tekstikentta {
	width: 100%;
}
