body {
  font-family: constantia, baskerville, utopia, gentium, "free serif", "times new roman", serif;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

img {vertical-align: top}

a { text-decoration: none}

a img {border: none}

a:link { color: blue }
a:visited { color: darkblue}
a:hover {text-decoration: underline}

a:hover img { border-bottom: thin solid blue}

a.date:hover, a.nolinkperson:hover {text-decoration: none}

a.nolinkperson {
  font-weight: bold;
}

a.person {
  font-weight: bold;
}

a.date {

}

a.person:link {
  color: #66CC99;
}
a.person:visited {
  color: #009966;
}
a.person:hover {text-decoration: underline}

#concert-list ul {
  list-style: none;
  padding: 0;
  margin: 4px;
}

#concert-list li {
margin: .5em 0;
}

table.concert {
  border-spacing:6px;
}

table.concert td.date {
  font-size: 1.3em;
  padding-bottom: 10px;
}

table.concert td.location {
  padding-left: 20px;
}

table.concert td.conductor {
  text-align:left;
  padding-left: 20px;
  padding-bottom: 15px;
}

table.concert  td.composer {
  text-align:left;
}

table.concert td.work {
  text-align:left;
}

table.concert td.soloist {
  text-align:left;
  padding-top: 0px;
  padding-left: 30px;
}

table.concert td.hr {
  padding-right:300px;
}