page_styles.css contain @page and @font-face rules. These cannot be applied with selectors therefore they cannot be in a common stylesheet, since different html files might need different values for them. THerefore there is one page_styles.css for every individual HTML file that needs different values for page margins, embedded fonts, etc.
|