I have never really messed with these so sorry for all the questions. I figured this would be an easy tweak but with the new css setup it seems like a lot of things are combined. I really like the font size but want to make it bigger only in the actual posts. I have narrowed it down to this:
p,table,td,tr {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
}
Which applies to other things, is there something I can add that would make the font size only apply to the forum (post) text?