body {
    background-color: #666;
    font-family: Monospace, Sans-Serif;

    max-width: 650px;
    padding: 16px;
    margin: auto;

    /* border: solid #fad2a8;
    border-width: thick; */
    border: none;
    border-width: thick;
    color: #fff;

    background: #666;

    display: block;
}
:link { color: #339999; }
:visited { color: #5bb; }
:link:active, :visited:active { color: #f00; }

.small {
     font-size: 12px;
}

p {
    font-size: 16px;
}
