When slicing down .PSDs to style the markup, CSS gals and guys usually start with a set of generic rules to make sure everything has some global default white space. At this point they usually style links and corresponding pseudo-classes (:hover, :focus and :visited). * { margin: 0; padding: 0; } p, ul, ol, dl { margin-bottom: 1em; } After ‘initialization’ of the CSS file, they probably dive into