/* ~~~~~~~~~ common ~~~~~~~~~~ */
body {
    font: normal 12px/16px "AvenirRoman", "Book Antiqua", Palatino;
    color: #fff;
    background: #000
    }
h1 {
    font-weight: normal;
    color: #666;
    font: 3.2em/1.4 georgia, "times new roman", times, serif;
    margin: 0
    }
h2 {
    font-weight: normal;
    color: #666;
    font: 2.4em/1.4 georgia, "times new roman", times, serif;
    margin: 0.2em 0
    }
section p {
    font-size: 1.4em;
    margin: 1em 0
    }
a, a:visited {
    color: rgb(255, 0, 0);
    text-decoration: none;
    outline: none
    }
a:hover {
    color: rgb(255, 0, 0);
    text-decoration: underline
    }