/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a,body, div, h1, h2, h3, h4, h5, h6, html, img,li,ol, p, section, main, small, span, ul { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	text-align: left; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; 
}

section, main { 
	display: block; 
}
								  
ol, ul,li { 
	list-style: none; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

