/* Sensible Global Defaults (reset-RESET) */
/* The below restores some sensible defaults */
body {
	margin: 0;
	padding: 0;
}
p strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */