Oops :-) I meant keep it the same colour as the normal posts - ie white - with a dark - ie nearly black - background.
Do you have css control of the quoted sections? Coz something like this could also work:
.quote {
background-color:#D18A8A;
border-left:4px solid gray;
color:white;
font-size:x-small;
line-height:1.4em;
margin-left:15px;
}
.quoteheader {
border-left:4px solid gray;
color:#000000;
font-size:x-small;
font-style:normal;
font-weight:bold;
line-height:1.2em;
margin-left:15px;
padding:1px;
}
Just an idea.