/* CSS Document */

html, body, div,
h1, h2, h3, h4, h5, h6, p

b, u, i, center,
dl, dt, dd, ol,{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, {
	list-style: none;
}

/* remember to highlight inserts somehow! */
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{text-decoration:none;}

