CSS
From Market Ruler Help
CSS stands for Cascading Style Sheet, and is a syntax for separating web page content (HTML) from the design. CSS files are linked to a web page document using the link syntax:
<link rel="stylesheet" href="style.css" media="all" />
CSS files typically end with the file extension .css