Font size in text

I know this might be easy but has me baffled… I made a scoll window with all links . font size I want to show is 12 how would I go about that?

here is my A code

onClipEvent (load) {
this.loadVariables(“text.txt”);
}
onClipEvent (data) {
text = txt;
}

This is my Text.doc

title=Link&txt=<font color="#0000gg"><ahref=“http://www.blahblah.com"target=”_blank"><u>me1</u></a></font><br>

how can I make text (ME1) to a size 12
I have tryed normal html code wont work:-/ Any one?

Many thanks

Regards Barrie