/* textlib css */

a:hover { text-decoration:underline;
         color:blue;
         background-color:white;
}

.logo {
        position: absolute;
        text-align: right;
        z-index: 1;
        background-image: url('/tlwww/textlib.gif');
        background-repeat: no-repeat;
        background-position: right top;
        right: 3px;
        top: 3px;
        height: 110px;
        width: 250px;
}

.tipp {
    background-color: #E6F1F3;
}

