html, body, div, span, applet, object, iframe,
p, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul, form, label,
h1, h2, h3, h4, h5, h6, hr, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	font-family: inherit;
}
body { 
	line-height: 1.5em;	
	color: black;
	background: white;
}
:focus {
	outline: 0;
}	
a img {
	border: 0;
}

/* TABLES */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}

/* LISTS */

ol, ul {
	list-style: none;
}

/* CLEARING */

.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

/* HIDE/SHOW */

.hide {
	display: none;
}
.show {
	display: block;
}