.teksti {
	text-align : justify;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12;
}
.otsikot{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #C0C0C0;
	font-weight : bolder;
	font-size : 14;
	text-align : center;
	background-color : #103152;
	border-bottom : medium;
	border : medium Gray;
}

.otsikko2{
	text-align : left;
	font-weight : bolder;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 14;
}
.lista{
	list-style : circle outside;
	display : inherit;
	list-style-type : square;
	color : Navy;
	font : normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}