div#galeria
{
    position: relative;
    top: 20px;
    left: 50px;
    text-align: center;
    width: 600px;
}
#notatka a
{
    text-decoration: underline;

}
#notatka a#kontakt
{
    color: white;
    text-decoration: underline;
}
#notatka a#kontakt:hover
{
    color: white;
    text-decoration: none;
}
table#foto
{
    font-family: Verdana, Arial,Helvetica, sans-serif;
    background-color: black;
    color: white;
    font-size: 8pt;
    text-align: center;
}
strong#komunikat
{
    font-family: Verdana, Arial,Helvetica, sans-serif;
    font-size: 11pt;
    color: white;
    font-weight: bold;
}


