body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
}

div.endcap {
  border: 0;
  height: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 3px #333333 solid;
  border-bottom: 2px #AA66DD solid;
  background-color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}

div.spacer {
  width: 1%;
  height: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 3px #333333 solid;
  border-bottom: 2px #AA66DD solid;
  background-color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}

div.current {
  color: #FFFFFF;
  font-weight: bold;
  width: 15%;
  height: 20px;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 3px #333333 solid;
  border-bottom: 2px #AA66DD solid;
  background-color: #AA66DD;
  position: absolute;
  top: 0;
  z-index: 2;
}

div.bgtab {
  width: 15%;
  height: 20px;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 3px #333333 solid;
  border-bottom: 2px #AA66DD solid;
  background-color: #7733AA;
  position: absolute;
  top: 0;
  z-index: 2;
}

div.greytab {
  color: #000000;
  font-weight: normal;
  width: 15%;
  height: 20px;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 3px #333333 solid;
  border-bottom: 2px #AA66DD solid;
  background-color: #443377;
  position: absolute;
  top: 0;
  z-index: 2;
}

img.spacer {
  border: 0;
  width: 1px;
}

div.bgtab a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

div.bgtab a:hover {
  color: #FFFFFF;
  background-color: #8844BB;
  font-weight: bold;
}

img.poppic { border: 1px #777777 dotted; }
img.poppic:hover { border: 1px #FFFFFF dotted; }
img.poppic:link { border: 1px #AA66DD dotted; }

div.main {
  color: #887799;
  text-align: justify;
  border: 0;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 6px;
  padding-bottom: 4px;
  margin: 0;
}

div.main b {
  color: #FFFFFF;
  font-weight: normal;
}

div.main a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

div.main a:hover { color: #FF00FF; }

table.songs { border: 0; }

table.songs td {
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px #777777 dotted;
}

h1 {
  color: #FFFFFF;
  border-bottom: 1px #999999 dotted;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 20%;
}