a,
a:active {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
    color: red;
}

body {
    background-color: #ddd;
}

h2 {
    margin-bottom: 12px;
    padding-left: 32px;
}

table {
    margin-left: 12px;
}

th,
td {
    font: 90% monospace;
    text-align: left;
}

th {
    font-weight: bold;
    padding-right: 14px;
    padding-bottom: 3px;
}

td {
    padding-right: 14px;
}

td.s,
th.s {
    text-align: right;
}

div.list {
    background-color: white;
    border: 2px solid #000;
    padding-top: 10px;
    padding-bottom: 14px;
    border-radius: 10px;
    margin-left: 8px;
    margin-right: 8px;
}

div.foot {
    font: 90% monospace;
    color: #000;
    padding-top: 8px;
    padding-right: 32px;
    text-align: right;
    font-style: italic;
}
