body {
  background: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.tl {
  margin: 1em 20%;
  background: url(tl.gif) top left no-repeat #c3d9ff;
}

.tr {
  background: url(tr.gif) top right no-repeat;
}

.bl {
  background: url(bl.gif) bottom left no-repeat;
}

.br {
  background: url(br.gif) bottom right no-repeat;
  padding: 1em;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#lastfm, #goodreads {
  font-size: 10px;
}

.desc, .img {
  display: table-cell;
}

img {
  width: 5em;
  margin: 5px;
  vertical-align: middle;
}

.title a {
  font-weight:bold;
}

.track div {
  vertical-align: middle;
}

.track a {
  text-decoration: none;
}

.track a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

#bottom {
  clear: both;
  text-align: center;
  font-size: 10px;
  padding-top: 1em;
}

/* vim: set et sw=2 ts=2: */
