This style guide is set up to give the user usable HTML examples of the styling that can be applied to the website. To use it, simply find the style you want (for example, a button formatted as a light grey bar with rounded corners that turns gold on hover would be under "Button Styles", and is called "centerPageLink." When using the code you only need to pay attention to the HTML--the CSS is just there to explain exactly what the style does. Simply copy the format of the HTML exactly--centerPageLink requires an unordered list with the id "centerPageList" and an "a" element with the class "centerPageLink", for example--and insert your own content or formatting.
This box denotes HTML code that has been wrapped in <pre> tags