@charset "utf-8";
/* CSS Document */

html, *, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, 
em, font, img, 
small, strike, strong, sub, sup,
b, u, i, center, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
/*	background: transparent;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
