/* Normalize margin and padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{	padding: 0;	margin: 0; }

/* Removes list style */
 ul
{	list-style: none; }

/* Turn image border off */
img 
{	border: 0;	}