body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: white;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  color: black;
  margin: 10px 40px 30px 40px;
  padding: 10px;
}
#header {
  margin: 0;
  padding: 0 0 -3px 0;
  height: 8px;
  }
  
#header ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header li {
  display: inline;
  background-color: #000000;
  color: #ff0000;
  margin: .5em 0 .5em 0;
}
#header a:link, #header a:visited {
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
  color: #ff0000;
  outline: none;
}
#header a:hover {
  color: #adadad;
}

.content {
  color: white;
  margin: 0;
  padding: 0;
}

.content p{
  color: white;
  text-align: center;
  padding: 0;
}

.year-listings{
  margin: -55px 0 0 0;
  padding: 0;
}

.european-tour {
  color: white;
  margin: 12px 0 0 130px;
  padding: 0;
}

h3 {
  text-decoration: none;
  font-weight: bold;
  font-size: 130%;
  color: #464bb5;
  padding-left: 1px;
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0;
}
.european-tour ul.tourdates {
  margin: 2px 0 0 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
.european-tour li.tourdates {
  display: block;
  background-color: none;
  margin: 0;
  padding: 2px;
}
.european-tour a:link, .european-tour a:visited {
  text-decoration: none;
  font-weight: bold;
  background-color: none;
  color: #8c2222;
  outline: none;
  text-decoration: underline;
}
.european-tour a:hover {
  color: #adadad;
}
.european-tour .poster a:link, .european-tour .poster a:visited {
  text-decoration: none;
  font-weight: bold;
  background-color: #none;
  color: #ca3333;
  outline: none;
  text-decoration: underline;
}
.european-tour .poster a:hover {
  color: #adadad;
}
.date {
  font-size: 100%;
  font-weight: bold;
  color: #999999;
}
.nolink {
  font-weight: bold;
  color: #8c2222;
}

#footer {
  width: 100%;
  border-top: 1px solid #888888;
  border-bottom: 0px solid #888888;
  margin-top: 50px;
  clear: both;
}
#footer p {
  font-size: 85%;
  color: #888888;
  text-align: center;
  margin-top: 10px;
  padding: 0.2em 0 0.2em 0;
}
#footer a.trick:link, #footer a.trick:visited {
  text-decoration: none;
  color: #888888;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0;
  outline: none;
}
#footer a.trick:hover {
  color: #adadad;
}
