/* core.css - sets up crucial style elements */ 

/* remove margin and padding from all elements */
* { padding:0px; margin:0px; }
/* keep the scrollbar at all times */
html { min-height:100%; margin-bottom:1px; }
/* reset 1em to 10px */
body { font-size:62.5%; }
/* add a space after some elements */
p,ul,ol,blockquote { margin-bottom:1em; }
/* remove border from images that link */
img { border:0px none; }
/* give nice proportion for list item bullets */
li { margin-left:5%; }
/* remove extra space from tables */
table { border-collapse:collapse; }
/* remove extra space from form elements */
fieldset { border:0px none; }
/* clears space after float elements */
div.clearer { clear:both; overflow:hidden; }
/* inline images */
img.floatleft { float:left; }