I've just added:
Code:
td.lighttable { font-size: small !important; color: #420 !important; }
to my user stylesheet. Seems to be working fine
Actually, I've also added few other lines to make it look the way I want:
Code:
td.lighttable blockquote hr { display: none !important; }
td.lighttable font.post { font-size: small !important; color: black !important;}
td.lighttable font.small { border-bottom: 1px solid black !important;}
td.lighttable blockquote { padding: 0.3em 0.3em 0.3em 0.3em !important;
margin: 0 0 0 0 !important;
margin-left: 2em !important; }
td.lighttable br { font-size: 0.1em !important; }