/* resets */

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;
	vertical-align: baseline;
	background: transparent;
}

html { 
	font-size: 16px;				/* Make sure the default is always 16px */ 
} 

body {
	font-size: 62.5%;				/* 16px * 62.5% = 10px : 1em now = 10px */
	line-height: 1;
	font-family: arial,sans-serif;
}


table {								/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;	
	border-spacing: 0;
}

p {
	font-size: 1.2em;				/* 12px */
}


ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}


/* generic */

.clear {
	clear: both;
}

.hide { 
	display: none !important;
}
