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

.teszt {
        color: blue;
        background-color: yellow;
}

table {
        border-left: 2px solid blue;
        border-right: 2px solid blue;
        border-top: 2px solid blue;
        border-bottom: 2px solid blue;
}

td.desc {
        text-align: right;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
}

body {
        background-color: #e0e0e0;
}


