/****** RESET EXISTING TAGS **/

html, body
{
	margin: 0;
	padding: 0;
}


/* Resets all XHTML elements */
span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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;
	outline: 0;
	border: 0;
	font-size: 100%;
}


/*p {
		margin:0;
		padding:0;
	}

	/* Removes list-style from lists */
ol, ul
{
	list-style: none;
}

/* Quote elements 
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	/* Normalizes font-style and font-weight to normal while also left aligning text 
	address, caption, cite, code, dfn, th, var {
		font-style: normal;
		font-weight: normal;
	}
	
	/* Define styles for inserted and deleted text 
	ins { text-decoration: none; }
	del { text-decoration: line-through; }

	/* Sets table layout mode  + font styling 
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	:focus {
		outline: 0;
	}*/