span.styl1 {
	/*normalna*/
    font-family: Verdana;
    font-size: 11px;
    color: #6F6F6F;
}

span.styl2 {
	/*wyroznienie*/
    font-family: Verdana;
    font-size: 11px;
    color: #E89D29;
}

span.styl3 {
	/*normalna B*/
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #6F6F6F;
}


span.styl4 {
	/*wyroznienie B*/
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #E89D29;
}

