You might be better off to use a plugin because they often have more features and options available to you. However, if you are using the rss widget, you can add some custom CSS to target the widget and its widget class of:
.widget_rss
Just add a font-size to that…I’d add a % instead of px. For example 110%
.widget_rss {font-size: 110%;}