body {
    background-color: #0F0F0F;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

a:not(:hover) {
    text-decoration: none;
    color: blue;
}

h2.title {
    margin-bottom: 0px;
}

.sub {
    font-size: .75em;
    color: gray;
}


p.right {
    margin: 0;
    padding: 5px;
    position: absolute;
    float: right;
    right: 5px;
    top: 5px;
    display: inline;
    background: rgba(0, 0, 0, .5);
    color: white;
}

.nudge, td {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
}

h1 {
    margin-bottom: 0;
}