body {
    margin: 20px;
    background-color: #222;
    color: #ccc;
    font-family: sans-serif;
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

    p {
        margin: 2px;
    }

    a {
        color: #fff;
    }
}
