CSS & External Text document

I am wondering if it is possible to load and external text file and have css styles applied to it as well. and if so is there any limitations? I am new to flash so any and all help is appreciated.

This is the current actions script that I am using.


loadText = new LoadVars();
loadText.load("home_2_root.txt");
//creating the loadVarsText function
loadText.onLoad = function() {
		scroller.text = this.kirupatext;
};