html {
    height: 100%;
    overflow: auto;
}
body {
    margin:     0;
    padding:    0;

    cursor:     default;
    min-height: 100%;
    height:     auto !important;
    height:     100%;
}
body, div, img {
    position:   relative;
    display:    block;
}
a[href] {
    text-decoration: none;
}
a[href]:hover {
    text-decoration: underline;
}
a:active,
a:focus {
    outline: none;
}
a img {
    border:  none;
}
p {
    padding: 0 0 0 0;
    margin:  0 0 1.8em 0;
}
hr {
    clear:   both;
    height:  0;
}
q:lang(en) { quotes: "“" "”" "‘" "’"; }
q:lang(cs) { quotes: "„" "“" "‚" "‘"; }
