You
can specify a style for a particular area in your page. Then the style is
defined by the style attribute of an HTML tag, rather than by being
specified between <STYLE> and </STYLE> tags.
To specify a style for a particular area in your page:
In the Design page of Page Designer, select
the area where you want to specify a style.
In the Text tab of the Properties view, click the Browse button
next to the Properties field.
Add a specific style definition using the New Style dialog box.
Click OK to save changes and apply the class
to the selected text. The style definition is embedded in the HTML tag, for
example <p style='color: #ff8000; font-style: oblique>.
Note:
If you have embedded styles in the HTML file, the embedded
styles override the style specifications in an external style sheet.