CSS font size issue

I’m using this code in my html file to line up links at the end of my page :

<div class="footer">
 <div align="center">
 - <a href="http://www.w3schools.com/flash/default.asp">W3Schools</a>

I would like the text to be size 12 , but not sure how to change that.

wB