body {
	font-size: 10px;
}

/* Dodane przez ciopera - styl domyslnej tabeli */
table.stoker
{
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #666;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.stoker td.headline
{
    background-color: #005501;
    color: #fff;
    padding: 4px;
    text-align: center;
    border-bottom: 2px #fff solid;
    font-size: 18px;
    font-weight: bold;
}

table.stoker td.headline:hover
{
    background-color: #005501;
    color: #fff;
    text-decoration: none;
}

table.stoker td
{
    background-color: #CCC;
    color: #000;
    padding: 4px 20px 4px 20px;
    text-align: left;
    border: 1px #fff solid;
}

table.stoker td:hover
{
    background-color: #556b2f;
    color: #FFF;
    text-decoration: underline;
}
