body {
    margin: 0px;
    background: url('images/background.gif');
    font-family: verdana,arial;
}

.t1 {
    font-size: 10px;
    color: white;
    text-align: center;
    padding-top: 7px;
}

.menu {
    background: url('');
    height: 40px;
    font-size: 10px;
   
}

.menu a {
    color: #CADAE2;
    text-decoration: none;
}

.menu a:hover {
    color: red;
    text-decoration: none;
}
a{
color:orange;
text-decoration:none;
}
a:hover{
color:orange;
text-decoration:underline;
}
.srodek {
    color: white;
    font-size: 11px;
    padding-right: 17px;
    padding-left: 12px;
}

.form {
    font-size: 10px;
    text-align: center;
    border: 1px solid #5a6469;
    background: #1d2427;
    color: white;
}
