
    p, blockquote {
        text-align: justify;
    }

    p.m {
        text-align: left;
    }

    /* Struck-out text */
    .bzzzt {
        text-decoration: line-through;
        color: #FF0000;
    }

    /* Example messages */
    table.m {
        width: 75%;
        background-color: #D0FFD0;
        margin-left: auto;
        margin-right: auto;
        padding: 8px;
    }

    /* The f1-f10 spans are used to make text "fade away". */

    span.f1 {
        color: #141914;
    }

    span.f2 {
        color: #293329;
    }

    span.f3 {
        color: #3E4C3E;
    }

    span.f4 {
        color: #536653;
    }

    span.f5 {
        color: #688068;
    }

    span.f6 {
        color: #7C997C;
    }

    span.f7 {
        color: #91B391;
    }

    span.f8 {
        color: #A6CCA6;
    }

    span.f9 {
        color: #BBE6BB;
    }

    span.f10 {
        color: #D0FFD0;
    }

    /* "Spelling Fascists */

    dl.f {
        width: 85%;
        margin-left: 2em;
    }

    dl.f dd {
        text-align: justify;
    }

    /* Questions and answers */

    dl.f dt {
        margin-top: 1ex;
    }

    dl.q dt {
        margin-top: 3ex;
    }

    dl.q dd {
        text-align: justify;
    }
