Quoted text in ubbt doesn't look very nice. So I wanted to change the look of the quote-tag, but without touching the markup itself. In the attachment you can see the result before and after changing just the css.
code:
blockquote {font-size:9pt; border:1px solid #e5e5e5; margin:0px 20px; padding:0px 10px}
blockquote .small {background:#e5e5e5; margin-left:-10px; padding:2px}
blockquote hr {visibility:hidden; height:1px}
blockquote br {font-size:1px}
Note: Tested with IE6 only, so far.