body {
  background: #000;
  color: #ddd;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 40px;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.section {
  font-size: 14px;
  letter-spacing: 3px;
  color: #aaa;
  margin-bottom: 15px;
}

.photo {
  max-width: 100%;
  border: 1px solid #444;
  margin-bottom: 15px;
}

.thumb {
  width: 300px;
  height: auto;
}

.thumb:hover {
  opacity: 0.5;
}

.sub {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.links {
  font-size: 11px;
  margin-bottom: 15px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.coming {
  font-size: 10px;
  color: #777;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.muted {
  color: #bbb;
}
