
BODY {
    background: #aaccaa;
}

strong.red {
    color: red;
}

H1 {
    text-align: center;
/*    color: red; */
}

p.footer {
    text-align: right;
}

span.add {
    color: red;
}

span.del {
    color: magenta;
}

span.link {
    color: blue;
}

span.date {
    font-weight: bold;
    color: #004400;
}

span.artist {
    font-weight: bold;
    color: #771111;
}

span.place {
    color: #773300;
}

dt {
    font-weight: bold;
}

strong.server {
    color: #0000cc;
}

strong.client {
    color: #cc00cc;
}

span.create {
    color: red;
}

span.update {
    color: green;
}

