Justifying text in dynamic box?

Hey guys,
this is probably a really easy thing todo but i can’t get it to work. Im using mouseovers on my buttons, so that it displays information about the room before you enter it (making a 3D tour). But i can’t get hte text to justify. Any ideas?
Cheers

Yo_da84

###################################################

//Start Room Description Script

on (release, rollOver) {

room_DESC = "<align=\"right\"><font face=\"Verdana\">Room 312 offers students an up-to-date Lab, which is used for Tutorials/Lectures and features high speed internet access.<BR><BR>This room is open until late, allowing students access to S.I.H.E computers to further their work.</font></align>";

}

###################################################