Each style element specifies a cascading style sheet that can be used in the portal.
Attributes
| name | required | 
| version | optional | 
| author | optional | 
Subelements
| Element | Description/Example | 
|---|---|
| 
 | An optional description of the style. 
 | 
| 
 | Specifies the location of a cascading stylesheet used by the style. 
 | 
| 
 | Specifies the  
 | 
Style Example
<styles> <style name="Default" version="1.0" author=""> <description> Default Stylesheet </description> <servlet-context> /portal/layoutTemplates </servlet-context> <cascading-style-sheet> /css/default.css </cascading-style-sheet> </style> </styles>

