h1 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  color: #030;
}

a.gigheader, a:visited.gigheader { 
  color: #ddd;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  background: #030;
  padding: 2px;
  text-align: left;
}

a:hover.gigheader, a:visited:hover.gigheader {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  background: #030;
  padding: 2px;
  text-align: left;
}

a.gigheader:hover { 
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  background: #030;
  padding: 2px;
  text-align: left;
}

.sidebar {
  float: right;
  padding: 0px 0px 15px 15px;
}

 .sidebar h2 {
   font-size: 1.25em;
 }

.announce {
  border: 1px solid #000;
  background: #ffc;
  margin-right: 2em;
  padding: 3px;
  text-align: center;
  white-space: nowrap;
}
 
.gig_date {
  text-align: left;
}

.gig_name {
  text-align: right;
}

.tryout_date{
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  border-width: 0px 0px 1px 0px;
  border-color: black;
  border-style: solid;
}

.gig_table {
  border-width: 0px 0px 1px 0px;
  border-color: black;
  border-style: solid;
}

.image_section {
  text-align: center;
  white-space: nowrap;
}

.image_section a img {
  border: 0px;
}

#intro {
  margin: 2em;
}

#intro p {
    text-indent: 3em;
    text-align: justify;
    font-size: 1.25em;
}

#testimonials {
  width: 95%;
  text-align: right;
}

#testimonials p {
  font-size: 14pt;
  color: #030;
  font-style: italic;
}

#testimonials p span {
  font-size: 1.5em;
  font-weight: bold;
}
