.error { color: red; }
.notice { color: orange; }
.info { color: blue; }
.confirmation { color: green; }
.debug {
        font-family: "Courier New", Courier, mono;
        font-size: small;
        color: blue;
        font-weight: normal;
}

