/*
 * Styles for the base documents used by the CGI RFC project.
 */

BODY {
    background-color: #FFFFFF;
    margin-left: 2em;
}

H2 {
    margin-left: -1em;
}

H3 {
    margin-left: -1em;
}

H4 {
    margin-left: -1em;
}

.closed {
    color: silver
}

.fuchsia {
    color: fuchsia;
}

.red {
    color: red;
}

.green {
    color: green;
}

.centre {
    text-align: center;
}
