<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background-color: #FFF8DC;
color: black;  
margin: 0; 
padding: 15px 0; 
text-align: center; 
min-width: 770px;
}

h1, h2, h3, h4 {
font-family: Courier New; 
font-weight: bold; 
font-variant: small-caps;
} 

h1 {
color: #E9967A;
} 

h2 {
color: #FF6347; 
font-style: italic;
} 

h3 {
color: #FF6347;
}

h4 {
color: #FF6347;
}

a {
font-family: Georgia; 
text-decoration: none;
}

a:link {
color: #FFA500;
}

a:visited {
color: #FF6347;
}

a:active {
color: #9ACD32;
}

a:hover {
color: #DC143C;
text-decoration: underline;
}

p {
font-family: Georgia;
color: #000000;
}

.citace {
text-align: center; 
color: #9ACD32; 
font-weight: bold; 
font-family: Courier New;
} 

.tabulka {
font-family: Georgia;
color: #9ACD32;
}

#main {
width: 80%;
margin: 1em auto;
text-align: left;
} 

#hlavicka {
background-color: #FFE4C4;
text-align: center;
border: 2px solid #E9967A;
}

#menu {
float: left;
width: 30%;
}

#obsah {
float: right;
width: 70%;
}

#paticka
{background-color: #FFE4C4;
font-family: Georgia;
color: #E9967A;
font-size: 70%;
text-align: center;
border: 2px solid #E9967A;
clear: both;
}</pre></body></html>