Using a Reset/Base/Normalize CSS Document

It’s a good idea to employ a reset/base/normalize CSS document at the top of your style sheet stack in order to reset variations in size, spacing, etc, from the user agent style sheet.

Here’s the HTML4.01 base style sheet: HTML4.01 Base CSS.