html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* debug */

.debugLink {
position: absolute;
top: 5px;
right: 5px;
font-size: 10px;
cursor: pointer;
}

.debug {
display: none;
border-collapse: collapse;
border: 1px solid #4C4C4C;
width: 90%;
right: 5px;
position: absolute;
top: 20px;
-moz-box-shadow: 0px 0px 10px #929292;
-webkit-box-shadow: 0px 0px 10px #929292;
box-shadow: 0px 0px 10px #929292;
}

.debug .dh {
background-color: #D0D0D0;
font-weight: bold;
}

.debug td {
padding: 5px 10px;
border: 1px solid #4C4C4C;
background-color: #F9F9F9;
}