.Otsikko {
	display: block;
 	color: #E60005;
 	font-size: 18px;
 	font-weight: bold;
}
 
.Alaotsikko {
  	display: block;
  	color: #E60005;
  	font-size: 14px;
  	font-weight: bold;
}

.Teksti {
	font-family: Arial, Helvetica, Verdana, sans-serif;
 	color: #000000;
  	font-size: 12px;
  	font-weight: normal;
 }






