/* GLOBAL RESET: WHITE-SPACE CROSS-BROWSER EQUILZER  */

	*{
		vertical-align:baseline;
		font-weight:normal;
		font-family:inherit;
		font-size:100%;
		border:0 none;
		outline:0;
		padding:0;
		margin:0;
	}
	h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin-bottom:1em;} 
	li, dd {margin-left:5%;}
	fieldset {padding:.5em;}
	table, tr, td, a img {border: none;}  /* testing border: solid 1px black */
	img {display:block;}  

	
/* TEXT STYLES */

	body { 
	font:normal 14px/1.5em 'Helvetica Neue', helvetica, Verdana, Arial, sans-serif; 
	color:#333;
	background:#fff;
	}
				
	h1 {font-size:18px;}
	h2 {font-size:16px;}
	h3 {font-size:14px;}

