span.styl1 {
	/*niebieski*/
  font-weight: bold;
  color: #00387B;
}

span.styl3 {
	/*fioletowy*/
  color: #73004a;
}

span.styl2 {
	/*czerwony 12px*/
	color: #A01B71;
  font-weight: bold;
  font-size: 12px;
}

span.styl4 {
	/*standard*/
	font-family: Verdana;
	font-size: 11px;
  color: #6B696B;
}