body {
  background: black;
  color: #666;
}

@font-face {
	font-family: belligerent;
	src: url('belligerent-webfont.eot');
}

@font-face {
	font-family: belligerent;
	src: url('belligerent-webfont.ttf');
}

p {
  font-family: belligerent;
  width: 800px;
  margin-left: 20px;
  margin-top: 20px;
}