div.comments {
    margin: 1em;
    border: solid thin black;
    padding: 1em;
    color: black;
    background-color: #FAD5DE;
    line-height: 1.2; /* http://www.dracos.co.uk/code/ie6-css-bug/ */
}
div.comment {
    margin: 1em 0;
    border: solid thin black;
    padding: 1ex;
    background-color: #FFF8F9;
}
div.comment div.title {
    float: left;
    padding: 0 0 0.5ex;
    margin: 0 0 1ex;
    border-bottom: solid thin black;
}
div.comment div.title span.number {
    color: #000000;
}
div.comment div.title span.anonymous {
    color: #808080;
}
div.comment div.title span.unregistered {
    color: #202020;
}
div.comment div.title span.registered {
    color: #4040FF;
}
div.comment div.date {
    color: #808080;
    float: right;
}
div.comment div.body {
    clear: both;
}
div.comment div.deleted {
    clear: both;
    text-align: center;
    color: #808080;
}

div.comments p {
    margin: 0;
    padding: 0;
}
div.comment div.body p {
    margin: 1ex 0;
    padding: 0;
}
div.comment div.body b { font-weight: bold; }
div.comment div.body i { font-style: italic; }
div.comment div.body u { text-decoration: underline; }
div.comment div.body s { text-decoration: line-through; }
div.comment div.body blockquote {
    margin: 0 0 0 1ex;
    padding: 0 0 0 1ex;
    border-left: thin solid black;
}

div.comments div.legend p { margin: 1ex 0; }
div.comments div.legend ul { margin: 0; }
div.comments div.examples { font-size: small; }
div.comments div.errors { color: red; }

