body {
    margin: 0;
}


    /* #Reset & Basics (Inspired by E. Meyers)
 */
 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, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sub {
	line-height: 0;
}

sup {
    vertical-align: super;
    font-size: 70%;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
		display: block;
}

body {
  color: #666666;
  font-family: Acumin;
  line-height: 1;
  overflow-x: hidden;
  font-stretch: ultra-condensed
}

body p {
    font-family: Acumin;
    font-weight: 400;
    font-stretch: normal;
}

ol, ul {
	list-style: none;
}

a, a:hover, a:link, a:active, a:visited {
    text-decoration: none;
    color: #147c3f;
    font-weight: bold;
    word-wrap: break-word;
  }