This document provides an introduction to Cascading Style Sheets (CSS), including what CSS is, how it separates content from presentation, and how to link CSS to HTML documents. It describes CSS syntax, selectors, properties and values. It also covers CSS precedence and inheritance, and different methods for including CSS like embedded, inline and external stylesheets.