html {
    height:     100%;
}
body {
    margin:     0;
    padding:    0;

    cursor:     default;
    height:     100%;
}
html, body, div, img {
    position:   relative;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active,
a:focus {
    outline: none;
}
a img {
    border:  none;
}
p {
    padding: 0 0 0 0;
    margin:  0 0 0.8em 0;
}
hr {
    clear:   both;
    height:  0;
    visibility: hidden;
}
q:lang(en) { quotes: "“" "”" "‘" "’"; }
q:lang(cs) { quotes: "„" "“" "‚" "‘"; }
