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: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]{
	margin:0;
	padding:5px;
	font-size:1em;
	height: 1em;
	vertical-align: middle;
	font:inherit;
	width:100%;
	min-height: 25px;
	box-sizing: border-box;
	font-size:13px;
}

body { 
	line-height:1;
	padding:0; 
	margin:0;  
	width: 100%; 
	height: 100%; 
	
}

ol, ul { 
	list-style: none; 
}

img { border:0; }

:focus { outline: 0; }

sub { 
	vertical-align: sub; 
	font-size: 80%; 
	line-height:0;
}

sup { 
	vertical-align: super; 
	font-size: 80%; 
	line-height:0;
}

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

object, embed {outline: none;}


