body {
    background-color: #f0e68c;
}

#stranka {
    background-color: #ffffe0;
    color: black;
    margin: 0.5em;
    padding: 1em;
    font-family: Arial, sans-serif;
    border: 2px outset silver;
}

a:link, a:visited { 
    text-decoration: none; 
    color: #228b22;
}
a:active, a:hover { 
    text-decoration: none; 
    color: #32cd32;
}

abbr[title], acronym[title] {
    cursor: help;
}
    
kbd { 
    background-color: #f0fff0;
    padding: 0em 0.2em;
}

form.li_form { 
    display: inline;
}

ul.rozptylene {
    line-height: 1.3em;
}

.na-stred	    { text-align: center }
.doprava	    { text-align: right }
.dolava		    { text-align: left }
.justify	    { text-align: justify }

