The best reset file since reset.css
Add the init.css
file into your page or stylesheets like the following :
<link rel="stylesheet" type="text/css" href="path/to/init.css" />
Or into a stylesheet
@import 'path/to/init.css';
And, you're good to go.