.link06 a:visited, .link06 a:link, .text06{
    color: #155B8F;
    text-decoration: none;
}

.titleBlue, .titleBlue a:visited, .titleBlue a:link{ /* linki niebieskie */
    color: #426B87;
    font-weight: bold;
    text-decoration: none;
}

.titleRed, .titleRed a:visited, .titleRed a:link{ /* linki czerwone */
    color: #CA0000;
    font-weight: bold;
    text-decoration: none;
}

.link06 a:hover, .titleBlue a:hover, .titleRed a:hover{
    text-decoration: underline;
}

body{
    margin: 20px;
    background-color: #ffffff;
    background-image: url(../img/siata.gif);
    text-align: center;
}

