body {
  font-family: sans-serif;  
  background: #000;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  margin: 40px;
}

#links {
  position: absolute;
  top: 10%;
  left: 10%;
}

.big {
  font-size: 34px;
}

.medium {
  font-size: 20px;
}

table {
  border-spacing: 0;
  text-align: left;
}

td {
  width: 150px;
}

ul {
  list-style-type: none;
  padding: 8px;
}

li {
  padding: 2px;  
}

a {
  display: block;
  text-decoration: none;
  font-size: 18px;
}

a:before {
  content: "→ ";
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover {
  color: #bbb;
}

a:active {
  color: inherit;
}
