/*
VH Archives CSS
*/
.bottom
{
  position: absolute;
  bottom: 0px;
  left: 8px;
}
h1
{
  font-size: 150%;
  font-weight: bold;
  text-align: left;
  display:inline;
}
h2
{
  font-size: 125%;
  font-weight: bold;
  text-align: left;
  display:inline;
}
h3
{
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  display:inline;
}
.text_small {
  font-family: Arial, sans-serif;
  font-size: 0.6em;
  color:#333;
}
tours_table {
  border-collapse: collapse;
  width: 100%;
}
.tours_table tr:hover {
  background-color: #f0f0f0;
} 
.tours_table td {
  border-bottom: 1px solid #ddd;
}
.band {
  font-weight: bold;
  text-align: left;
}
.years {
  text-align: left;
}
.questionable {
   color:#FF0000;
}