span.styl1 {
	/*zwykla*/
  	color: #4C4C4C; 
 	font-family: Tahoma; 
 	font-size: 12px; 
 	line-height: 140%;
 	font-weight: normal;
}


span.styl2 {
	/*bold*/
  	color: #4C4C4C; 
 	font-family: Tahoma; 
 	font-size: 12px; 
 	line-height: 140%;
 	font-weight: bold;
}


span.styl3{
	/*naglowek*/
  	color: #623986; 
 	font-family: 'Times New Roman'; 
 	font-size: 25px; 
 	line-height: 140%;
 	font-weight: normal;
}