/***************************************************************************************
 ******* REMOVE POTENTIAL BROWSER DEFAULT STYLES
 ***************************************************************************************/
/* REMOVE INCONSISTENT (AMONG BROWSERS) PADDING AND MARGIN  */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre { margin:0; padding:0;}
/* AVOID BROWSER DEFAULT INCONSISTENT FONT-SIZES */
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
/* KILL BORDER ON IMG LINKS */
a img, :link img, :visited img {border: none;}
/* HARMONIZE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: none;} 
/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}
/* REMOVE BROWSERS DEFAULT ANCHOR BEHAVIORS */
a, a:link, a:visited, a:hover, a:focus, a:active {border: none; text-decoration: none;}