/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	
	GlobalReset.css
	
	• Version:      0.1
	• Author:       Christopher Hein
	• Author URL:   http://www.christopherhein.com
	• Author Email: me@christopherhein.com
	
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@charset "UTF-8";
	
	/* Main Reset Document */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;
	text-decoration: none;
	list-style: none;
	list-style-type: none;
}
