Are you talking about the text under the images? If so, find this in your stylesheet.
Code:
a:link, #navEZPagesTOC ul li a {
color: #666633;
text-decoration: none;
}
a:visited {
color: #3300FF;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #FF0000;
}
a:active {
color: #0000FF;
}
add this underneath (adjust the size as desired):
Code:
.itemTitle a, a:hover, a:active, a:visited {
color: #000099;
font-size: 0.8em;
}