body {
    font-family: Georgia, " Times New Roman", Times, serif;
}

#dekop {
    text-align: center;
}

#dekop h1 {
    border: 2px solid black;
    font-size: 1.3em;
    padding: 20px;
}

table {
    font-size: 0.9em;
    margin: 20px 0;
    border-collapse: collapse;
    empty-cells: show;
}

tr {
    border-top: 1px dotted black;
}

td,
th {
    padding: 8px 2px 8px 12px;
    text-align: left;
}

thead,
tfoot {
    font-size: 1.1em;
    font-variant: small-caps;
}

tbody {
    border-right: 3px solid black;
    border-top: 3px solid black;
}

tbody.subtitel {
    border: none;
}

tbody.subtitel th {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    text-align: right;
    padding: 30px 10px 0 0;
}

a {
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    font-size: 0.9em;
    text-decoration: underline;
    content: "\A [ "attr(href)"]";
}