body {
    font-family: monospace;

    background-color: #000000;
    color: #cdcdcd;
}

h1, h2, h3, h4, h5, h6 {
    color: #22a81b;
    text-shadow: #48e640 0 0 1.5em;
}

a {
    color: #4f7eff;
    text-shadow: #6d93fd 0 0 0.5em;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: underline;
}

strong {
    color: #ab3232;
    text-shadow: #f04c4c 0 0 0.1em;
    font-weight: normal;
}