body {
    font-family: 'Ubuntu Mono', monospace;
    background: #0000aa;
    color: #ffffff;
    font-size: 12pt;
    line-height: 20px;
    text-align: center;
    margin: 100px;
}
blink {
    color: yellow;
}
.neg {
    background: #fff;
    color: #0000aa;
    padding: 2px 8px;
    font-weight: bold;
}
p {
    margin: 30px 100px;
    text-align: left;
}
a, a:hover {
    color: inherit;
    font: inherit;
}
.menu {
    text-align: center;
    margin-top: 50px;
}

