I have been using a reset CSS set of styles for quite some time now and each time I got to create a new website, the reset the annoys me the most is the reseting of a p tag
I always use firefox.
By the firebug addon I found that the default margin-top/bottom of the
tag is set to 16px and the padding is set to 0, while for the body element the margin-top/bottom/right/left is set to 8px.