span.styl1 {
	/*normalny*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;	
}

span.styl2 {
	/*pogrubiony*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

span.styl4 {
	/*wyrozniony*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	/*color: #73DDFF;*/
	color: #0A3B7A;
}

span.styl3 {
	/*naglowek*/
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	/*color: #73DDFF*/
	color: #0A3B7A;
}
