When you say forum titles and descriptions are you referring to the categories of the forums or the node titles listed on the index page or what. If the simple forum titles it is
Code:
.node .nodeText .nodeTitle a {
font-size: 20px;
}
ind EXTRA.css (is the way I do it but I'm sure there is a style property for it).
The description below the node title should be
Code:
.node .nodeDescription {
font-size: 15px;
}
If you are referring to the Category titles then
Code:
.nodeList .categoryStrip .nodeTitle a {
font-size: 20px;
}