il help you seeing as im not doing anything particularly interesting at the moment.
Problem: how to change the font size of the post text
Solution:
1.open ur stylesheet
2. find this code:
.post_content {
line-height:18px;
text-align:left;
}
Remove line-height:18px; compleatly.
3. find this code:
body {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:24px;
}
4. change font-size:24px; to edit the font size.