<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
        font-size: 10pt;
        font-family: Verdana, Arial, sans-serif;
        color: #ffffff;
/*        background-image: url("obr/globe.jpg"); */
        background-repeat: no-repeat;
        background-color: #B22222;
        background-position: top left;
        background-attachment: fixed; 
}
:link {
        color : #ffffff;
        text-decoration : none;
}
:visited {
        color : #ffffff;
        text-decoration : none;
}

A:hover {
        color : #000000;
        text-decoration : none;
}

/* citace */
.style1 {
        font-size: 14pt;
        font-style: italic;
        font-family: Garamond, Times, serif;
}

/* citace v textu z jiného zdroje (webu)  */
.style2 {
        font-size: 10pt;
        font-style: italic;
        font-family: Verdana, Arial, sans-serif;
}

/* copyright (převzato z:...)  */
.copyright {
        font-size: smaller;
        font-style: italic;
        font-family: Verdana, Arial, sans-serif;
        text-align: right;
}

/* Definice vzhledu roku */
.nadpis1 {
        font-size: 12pt;
        font-weight: bold;
        font-family: Verdana, Arial, sans-serif;
        text-align: left; 
}

/* Definice vzhledu data */
.nadpis2 {
        font-size: 10pt;
        font-weight: bold;
        font-family: Verdana, Arial, sans-serif;
        text-align: left; 
        color : #8B3A3A;
}

.border1 {
/*        padding: 3pt;  */
        border: 1px solid #ffffff;
/*        margin-bottom: 10px; */
/*        padding: 5px; */
} 

.barva1 {
        color: #ffffff
}
</pre></body></html>