span.styl1 { /* tekst pogrubiony 1*/
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4b4b4b;
	line-height: 13px;
}

span.styl3 { /* tekst */
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
  font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
	line-height: 17px;
}

span.styl3 a {
  font-size: 10px; 
  color: #727272;
  text-decoration: none;
}

span.styl3 a:hover {
  font-size: 10px; 
  color: #97050c;
  text-decoration: underline;
}

span.styl2 { /* tekst maly*/
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #4b4b4b;
	line-height: 13px;
}

span.styl4 { /* tekst podkreslony */
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #4b4b4b;
}
