CSS Global Reset
/* CSS RESET RULES */ html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var { margin: 0; padding: 0; vertical-align: baseline; } body { background: #FFF; color: #000; font: 85%/1.5 verdana, arial, helvetica, sans-serif; } code, pre { white-space: pre; } del { text-decoration: line-through; /* it's deleted text - show it as such */ } dfn { font-style: italic; font-weight: bold; } em { font-style: italic; } fieldset { border: 0; display: inline; } h1, h2, h3, h4, h5, h6 { font: bold 1em/1.5 georgia, garamond, "times new roman", times, serif; } img { border: 0; vertical-align: bottom; } ins { text-decoration: none; } strong { font-weight: bold; } tt { display: block; margin: 0.5em 0; padding: 0.5em 1em; } .skip { position: absolute; left: -999em; }Author: Dan Schulz