open the
themes/fisubsilver/style/stle.css
Find this part and change all the FONT SIZES to 12
Code:
A:link {color:#006699;FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica;text-decoration:none}
A:active {color:#006699;FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica;text-decoration:none}
A:visited {color:#006699;FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica;text-decoration:none}
A:hover {color:#dd6900;FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica;text-decoration:underline}
OR
find this and change the font size to 10
Code:
.storytitle {BACKGROUND: none; COLOR: #DEEEF3; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
Changing the first one will change ALL your links to a LArger text. The best way would be to change the second one instead.
mikem