

The CLC website uses Cascading Style Sheets (CSS) to enhance the presentation of our site content. CSS is a recommendation from the World Wide Web Consortium (W3C) that gives authors and readers more control over the look and layout of HTML & XML documents. These will be used in concert with accessibility Features to enhance our visitor's experience.We use the below HTML coding to import standard CSS properties into our web pages.
<link rel="stylesheet" href="style.css">
The elements of the CSS file currently do the following:
This file is intended to provide consistency of style throughout the CLC web site. It may change from time to time, so one file to change is easier to accomplish than 50+ documents.
- Format page width and background color.
- Format page title, author, table and footer styles.
- Set text font, size, color and use.
- Set decoration to links.
- Highlights background color of links to yellow on mouse rollover.
- Remove borders from all images with hyperlinks.
![]()