/* CSS Resets and Fixers */
* { margin: 0; padding: 0; outline: 0; font-family: inherit; font-size: 100.01%; }
html {}
body { line-height: 1; }
table { border-collapse: collapse; } /* tables still need cellspacing="0" in the markup */
ol, ul, li { list-style: none; }
blockquote, q { quotes: none; }
q:before, q:after { content: ''; }
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; } /* remember to highlight deletes somehow! */
:focus { outline: 0; } /* remember to define focus styles! */
* a { position: relative; } /* Gets links displaying over a PNG background */
a img { border: 0; } /* Gets rid of IE's blue borders */
a { cursor: pointer; }