span.styl1 {
	/*nazwa stylu 1*/
  font-weight: bold;
}

span.styl2 {
	/*nazwa stylu 2*/
	color: red;
}

h2.styl3 {
	/*opis*/
  text-decoration: underline;
}