span.styl1
{
    /* tekst */
    color: #6d6f6d;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    line-height: 16px;
    font-weight: normal;
}

span.styl2
{
    /* naglowek */
    color: #6d6f6d;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    line-height: 16px;
    font-weight: bold;
}

span.styl3
{
    /* tekst czerwony */
    color: #f93a0a;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    line-height: 16px;
    font-weight: normal;
}

span.styl4
{
    /* naglowek czerwony */
    color: #f93a0a;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    line-height: 16px;
    font-weight: bold;
}

span.styl5
{
    /* tekst niebieski */
    color: #85a0be;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    line-height: 16px;
    font-weight: normal;
}

span.styl6
{
    /* naglowek niebieski */
    color: #85a0be;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    line-height: 16px;
    font-weight: bold;
}

span.styl8
{
    /* naglowek zolty */
    color: #ffb200;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    line-height: 16px;
    font-weight: bold;
}

