<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
    border-color: #2e2e2e;
    border-width: 12px;
    margin-right: 25px;
}

#main  {
    width: 800px;
}

body {
    line-height: 1.3em;
    color: #efefef;
    padding-left: 11em;
    padding-top: 100px;
    font-family: "Verdana", sans-serif;
    background-image: url('http://students.mimuw.edu.pl/~ml234467/homography/img/logo.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
}

a {
    color:  #c0db5a;
    text-decoration: none;
    text-weight: bold;
    border-bottom-width: 2px;
    border-bottom-color: #2e2e2e;    
}

td {
    color: #efefef;
}

th {
    background-color: #2e2e2e;
    color: #efefef;
    font-weight: bold;
    text-align: left;
}

h1 {
    font-size: 16pt;
    color: #efefef;
    font-weight: normal;
    margin-top: 2em;
}</pre></body></html>