A hodge-podge of stylesheets that I find useful on most projects. Including:
- font-size.css: Outlines basic type sizes and appropriate leading.
- html5-defaults.css: The default styles that browsers are supposed to apply to HTML5 documents. Derived from the November 13 draft spec.
- reset.css: Resets the styling of all elements to the minimum possible, while keeping a few important details. Does not include elements deprecated in HTML5. Also sets up default block styling for HTML5 elements as appropriate. Based on Eric Meyer's reset.css, YUI's CSS reset, and my personal experience.
Please feel free to use them.