<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SELEKTORY: */
body {
    box-sizing: content-box;
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    color: #000000;
    background-color:  #fcfcfc;
}

li {
    font-size:100%;
    line-height:1.4em
}

ul.menu {
    font-size: 11pt;
    font-weight: bold;
}
ul.menu li { 
    display: inline;
    white-space: nowrap;
    padding: 0px 15px;
}

a {
    color: #000000;
}

a:hover { 
    color: blue; 
}

ul.menu a {
    text-decoration: none;
    color: #707070;
}

ul.menu a:hover { 
    text-decoration: underline;
    color: blue; 
}

h4 {
    font-size: 12pt;
    font-weight: bold;
}

table.right {
    float: right;
}

table.right td {
    width:400px
}

table.right-280 {
    float: right;
    border-style: none
}

table.right-280 td {
    width:280px
}

table.left {
    float: none;
    border-style: none
}

table.left td {
    width:400px
}

table.left-300 td {
    width:300px
}

table.left-lecture {
    float: left;
    border-style: none
}

/*table.left-lecture td {
    width:280px
}*/


p.green {
    color:green
}

p.red {
    color:red
}

p.sparse {
    line-height: 1.4em;
}

ol {
    padding-left:2em;
    padding-right:0px;
    margin-right:0px;
}

ol li {
    line-height:1.1em;
    padding-bottom:0.4em;
    text-align:justify;
}</pre></body></html>