span.styl1 {
	/*szary*/
  color:#4A5163;
}

span.styl2 {
	/*szary bold*/
  color:#4A5163;
  font-weight:bold;
}

span.styl3 {
	/*pomaranczowy*/
	color: #F74900;
}

span.styl3 {
	/*pomaranczowy bold*/
	color: #F74900;
	font-weight:bold;
}