body {
    color: #CCFF66;
    background: #333333;
    font-family: Lucida Sans, Helvetica, sans-serif;
    margin: 5%;
}

code, pre {
    color: #6666FF;
    font-family: LucidaTypewriter, Courier, monospace;
}

a {
    color: #00FFCC;
    text-decoration: none;
}
