
/******************/
/* Complete Reset */
/******************/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

:focus{ outline: 0;}
ol, ul{ list-style-type: none;}
hr { border: 0; height: 1px; background-color: black;}
br { clear: both;} /* I only use br to clear floats. */

/* tables still need 'cellspacing="0"' */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q{ quotes: "" "";}

a, a:hover, a:visited{
	text-decoration: none;
	color: blue;
}

strong{ font-weight: bold;}
em{ font-style: italic;}








/***************/
/* Basic Setup */
/***************/

body{
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	color: black;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 16px;
	
	background: white;
}




/*****************/
/* Common Styles */
/*****************/






