/* browser reset remove padding and margins from all html objects */
* {margin:0px;padding:0px;border:none;}

img {vertical-align:bottom;}
/* remove double borders from tables */

table {border-collapse:collapse; border-spacing:0px;}

/* reset heading tags and weights */

h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}

/* reset other weights and style of emphasis and style tags */
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}