/* core.css - sets up main style elements */ /* remove margin and padding from all elements * { margin:0px; padding:0px; }*/form { margin:0px; padding:0px; }/* keep the scrollbar at all times - useful for centered layouts */html { min-height: 100%;  }/* reset 1em to 10px */body { margin:0px; padding:0px; background-color:#666666;}/* add a space after some elements */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 border from fieldsets */fieldset { border:0px none; }/* clears space after float elements */div.clearer { clear:both; overflow:hidden; }p {font-size: 80%;}