To the template's /css/stylesheet.css, add
.list-price+a { font-size: larger; }
... or the specific font-size you want instead of the more general larger. Note that the .list-price element has a font-size of 1.5em.
That selector, BTW, indicates that the styling applies to an anchor tag (<a>) that directly follows an element with a class of list-price.
Bookmarks