This document provides instructions for adding a CSS page to an HTML project in Aptana. It describes creating a new blank CSS file named "style.css", saving it in the same project folder as the HTML file, and linking to it from the HTML <head> using a <link> tag with the href attribute set to "style.css". It then mentions adding a body element selector to style.css to change the background color as a test.