body {        
        font-family: Tahoma;
        color: #87804B;
        font-size:12px;
}

H1 {        
        font-family: Arial;
        font-weight: bold;
        color: #87804B;
        font-size:16px;
        text-align:center;
}

H2 {        
        font-family: Arial;
        font-weight: bold;
        color: #87804B;
        font-size:12px;
        text-align:left;
}

.tekst_glowny {        
        font-family: Tahoma;
        text-align: justify;
        font-size:11px;
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #87804B;
}


.tekst_maly {
        font-family: Tahoma;
        color: #87804B;
        font-size: 10px;
}


.menu {
        font-family: Tahoma;
        color: #87804B;
        font-size:12px;
        text-align:center;
}

A:VISITED {
        font-weight: bold; 
        color: #87804B;
        TEXT-DECORATION: NONE;
        }
A:LINK {
        font-weight: bold; 
        color: #87804B;
        TEXT-DECORATION: NONE;
        }
A:HOVER {
        font-weight: bold; 
        color: #ACA46A;
        TEXT-DECORATION: NONE;
        }

A:ACTIVE {
        font-weight: bold; 
        color: #ACA46A;
       TEXT-DECORATION: NONE;
}

