Type: Boolean
Returns whether the browser supports cascading style sheets (CSS).
C# Example:
<html>Style sheets supported:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.StyleSheets);
%>
</html>