/**
 * Based on Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 * Custom build by Jonathan Martin
 */
html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, img,
ol, ul, li,
nav, article, section {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration: none;
}