body{
background:black;
    color: #bb99cc;
}
a{
    color: #bb99cc;
    text-decoration: none;
}
div#logo {
        width: 900px;
        margin: auto;
        height: 180px;
        }
td {
    width: 9%;
    height: 30px;
    text-align: center;
}

div#menu{
    clear: both;
    width: 800px;
    margin: auto;
    height: 40px;
    font-size: 15px;
    background: #3e1a52 url('../images/menu.gif') repeat-x;
    font-family: "Lucida Grande", "Algerian Extra-Condensed";
}

div#menu a {
    color: white;
    text-decoration: none;
}



div#menu a:link,  div#menu a:visited {
              font-weight: bold;
              color: #d865ed;

        }

 div#menu a:hover {
        color: #dcb1e5;
        }
        
div#strona {
        width: 800px;
        margin: auto;
        background: #3e1a52;
        }

div#srodek{
        width: 760px;
        margin-left: 20px;
        background: #3e1a52;
        }
h1{
    text-align: center;
    color: white;
}


