I figured this out on my own. Yay me! LOL
I just added a font-size line to the code below and it worked:
#content .storycontent{
background: url(img/csbbody-l.gif) no-repeat bottom left;
margin: 0 0 0 0;
padding: 5px 30px 31px 20px;
}
.storytitle {
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 22px;
}
.storytitle a {
text-decoration: none;
font-size: 22px;
}