The steps below highlight some of the features of the CSS Styles Panel while investigating the CSS styles pre-defined for this page. I undocked the CSS panel group while creating the screenshots.
The CSS style sheet and HTML page rely heavily on "container" DIV tags that are styled according to the ID property of the DIV tag. To see what I mean, click the All mode in the CSS Styles panel.

Figure 4. The All mode of the CSS Styles panel provides a snapshot of how the styles are defined
With the All mode chosen in the CSS Styles panel, click .oneColLiqCtrHdr #header.
Note: this style definition applies only to an element with an ID of "header" contained within another element to which the class ".oneColLiqCtrHdr" has been applied. The Properties sheet below the rule list shows the following attributes:
Click .oneColLiqCtrHdr #header h1.
Note: this style definition applies only to an H1 tag within an element with an ID of "header" contained within another element to which the class ".oneColLiqCtrHdr" has been applied. Yeah, it’s easier to decipher in the CSS Style panel.
Let’s see what we’ve changed. By this time, the CSS file should already be open in Dreamweaver. Because the change we just made affects the code of the CSS file, Dreamweaver opens the file and shows its edited status by appending an asterisk to the file name.