span.styl1 {
	/*normalny*/
  font-family: Tahoma;
  font-size:12px;
  font-weight: normal;
}

span.styl3 {
	/*niebieski*/
  font-family: Tahoma;
  font-size:12px;
  color:#00599D;
}

h1.styl4 {
	/*naglowek*/
  color:#ED9D00;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
}