body {
  font-family: sans-serif;
  background-color: #000000;
  color: #ffffff;
  text-align: center
}

#contain {
  width: 600px;
  margin: 0 auto
}

#title {
  font-family: serif;
  font-size: 300%;
  text-align: left;
}

#content {
  border-top: thin solid #aaaaaa;
  padding-top: 0.5em;
  text-align: left;
  border-bottom: thin solid #aaaaaa
}

a:link {
  color: #fafafa;
}

a:visited {
  color: #ebebeb;
}

.navitem {
  margin: 1em;
  font-weight: bold;
}

#showlist {
  list-style-type: none;
  padding-left: 0;
}

.showinfo {
  font-family: sans-serif;
}

.showinfo:first-line {
  font-weight: bold
}

table.songs {
  border-collapse: collapse;
  border-style: solid;
  border-width: 2px;
}

table.songs {
  border-style: solid;
  border-width: 2px;
}

table.songs td {
  border-style: solid;
  border-width: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  vertical-align: top;
}

table.songs ul {
  margin: 0;
  padding-left: 1em;
}
