StyleSheet
Specifies the Cascading Style Sheet (CSS) file to use.
You can use this property to change the appearance of the Marquee block.
Values
Text. Specifies the .css file name. The default value is DiagonalText. This must be a WideString value.
Examples
Marq = CRM.GetBlock('marquee');
Marq.StyleSheet = 'NewStyle.css';