/*= GLOBAL RESET
=== === === === === === === === === === */
/*= normalizes link decoration */
:link, :visited { text-decoration:none; }
/*= normalizes list styling */
ul, ol { list-style:none; }
/*= normalizes sizes of headings and pre/code/kbd */
h1, h2, h3, h4, h5, h6, pre, code, kbd { font-size:1em; }
/*= normalizes the margins and padding for all elements that have a default specifications for them */
dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, input, *
{ margin:0; padding:0; }
/*= normalizes image borders */
a img,:link img,:visited img,abbr { border:none; }
/*= de-italicizes address, abbr elements */
address,abbr { font-style:normal; }
