1 2/* RESET */ 3/* ----------------------------------------- */ 4 5/* Global reset */ 6/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */ 7 8/**,*/ html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 } 9table { border-collapse:collapse; border-spacing:0 } 10fieldset, img { border:0 } 11/*address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }*/ 12/*desbest edit*/ 13ol, ul, li { list-style:none } 14caption, th { text-align:left } 15/*h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }*/ 16q:before, q:after { content:''} 17 18/* Global reset-RESET */ 19/* The below restores some sensible defaults */ 20strong { font-weight:bold } 21em { font-style:italic } 22a img { border:none } /* Gets rid of IE's blue borders */