2
no real problem with font size for me (with IE6 et FF2).
(font size, 10px -> verdana)
FYI, font size is set to 11px in your menu (left column).
did you see a real difference between them ?
can you post a screenshot ?
you can try to edit : content.css (in your theme folder), then find :
.comText {
color: #666;
padding: 2px;
background-color: inherit;
}
and change to :
.comText {
font-size: 12px;
color: #666;
padding: 2px;
background-color: inherit;
}