body {
  background: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
  margin-bottom: 10px;
}

i,em {
 font-style:italic;
}

b,strong {
 font-weight: bolder;
}

a {
  color: #F1F1F1;
  text-decoration: underline;
}
a:hover {
  color: #F1F1F1;
  text-decoration: none;
}