/* CSS Document */

.keskiosa {
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #E1F9D9;
	vertical-align: top;
}
.teksti {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	/*margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' 20px;*/
}
.style3 {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.style4 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
A:link {
	color: #000000;
	text-decoration: none;
} 
A:visited {
	color: #000033;
	text-decoration: none;
}
A:hover {
	color: #339999;
	text-decoration: none;
}
