a img {
  border: 0;
}

body {
  background: #d8dde1;
  font-family: helvetica;
}

#page {
  width: 640px;
  margin: 100px auto;
}

a {
	color: #999;
	text-decoration: none;
	font-family: helvetica;
	text-shadow: 0 1px 0 white;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-o-transition: color 1s ease;
	transition: color 1s ease;
}

a:hover {
	color:#111;
}

.soundcloud-embed {
	margin: 2em 0;
}
