BODY {
        color: black;
        background-color: #D0D0D0;
        background-image: url(tlo.jpg);
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
}

p.red {
        font-family: Arial;
        color: #DD0000;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        margin-right: 13px;
        margin-left: 13px;
        margin-top: 14px;
}

table.glowna {
        width: 800px;
        height: 600px;
}

td {
        background: #D0D0D0;
        vertical-align: top;
}

td.menu {
        background: #D0D0D0;
        width: 150px;
        height: 30px;
        text-align: left;
        vertical-align: middle;
}

td.menu2 {
        background: white;
        width: 90px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
}

p.tekst {
        font-family: Arial;
        color: black;
        font-size: 14px;
        text-align: justify;
        line-height: 18px;
        margin-right: 12px;
        margin-left: 12px;
        margin-top: 14px;
}

A.menu:link {
        font-family: Arial;
        color: black;
        text-decoration: none;
        font-size: 18px;
}

A.menu:visited {
        font-family: Arial;
        color: black;
        text-decoration: none;
        font-size: 18px;
}

A.menu:active {
        font-family: Arial;
        color: black;
        text-decoration: none;
        font-size: 18px;
}

A.menu:hover {
        font-family: Arial;
        color: #B90000;
        text-decoration: none;
        font-size: 18px;
}

A.menu2:link {
        font-family: Arial;
        color: black;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
}

A.menu2:visited {
        font-family: Arial;
        color: black;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
}

A.menu2:active {
        font-family: Arial;
        color: black;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
}

A.menu2:hover {
        font-family: Arial;
        color: #B90000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
}

