body {
    margin: 1em;
    font-family: monospace;
    font-size: 16px;
    line-height: 26px;
    color: #585858;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #ccc;
}

a:hover {
    text-decoration: underline;
    color: #3f6be9;
}