span.kolor {
    /* Kolor */
    color: #fe7200;
}

span.bold {
    /* Pogrubienie */
    font-weight: bold;
}

span.kolor_b {
    /* Pogrubienie i kolor */
    font-weight: bold;
    color: #fe7200;
}

p.center {
    /* Centrowanie */
    text-align: center;
}

p.justowanie {
    /* Justowanie */
    text-align: justify;
}