/* Mike Dowson's CSS reset */

body, html, div, img, label, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, a, fieldset, input, th, td, span, em, font, strong, b, u, i, legend, table, tr  
{  
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;  
}  

body {
	line-height: 1;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
