body {
  background: #000;
  font-family: 'Courier New', monospace;
  font-size: 85%;
  margin: 10px 0;
}

a {
  color: #933;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  display: none;
}

h2 {
  margin: 10px 0 10px 0;
}

h3 {
  font-size: 110%;
  margin: 10px 0 10px 0;
}

label {
  display: block;
  float: none;
  font-weight: bold;
  width: auto;
}

ul {
  list-style-type: square;
}

#container {
  background: #fff;
}

#header {
  border-bottom: 3px double #000;
  margin: 0;
  width: 960px;
}

#nav ul {
  margin: 0;
}

#nav li {
  display: inline;
  font-size: 130%;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0 1em;
}

#nav li a {
  color: #933;
  text-decoration: none;
}

#nav li a:hover {
  text-decoration: underline;
}

#shows {
  width: 100%;
}

#shows td {
  border-bottom: 1px dashed #000;
  padding: 5px 0;
}

.column1 {
}

.column2 {
  text-align: right;
}

.social {
  text-align: right;
}

#contact div {
  margin-bottom: 1em;
}

#footer {
  border-top: 3px double #000;
  font-size: 90%;
  margin: 10px 0 0 0;
  padding: 3px 10px;
  width: 960px;
}

#footer p {
  margin: 0;
}

.caption {
  font-size: 90%;
  text-align: center;
}


