a, a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  font-family:'arial',helvetica,sans-serif;
}

a:hover {
  color: #999;
  text-decoration: underline;
}
a:active {
  color: #999;
  text-decoration: none;
}

body {
  color: #fff;
  font-size:12pt;
  font-family: 'arial',helvetica,sans-serif;
  background-color:#000;
  scrollbar-base-color:#900;
  margin:0; 
  background-position: 0 0;
  background-repeat: no-repeat;
}

.centered { 
  text-align: center;
}

div#content { 
  margin: 1em;
}

div.floatLeft { 
  float: left; 
  margin: 12px; 
  color: #fff;
  font-size: 8pt;
  font-family: 'arial',helvetica,sans-serif;
}

div.floatRight { 
  float: right; 
  margin: 12px; 
  color: #fff;
  font-size: 8pt;
  font-family:'arial',helvetica,sans-serif;
}

div#sponsors {
  background-color: #fff;
  color:#900;
}

div.performer {
  margin-top: 1.5em;
  clear: both;
}

div.performer h3 {
  margin-bottom: 0.7em;
  padding-top: 1.5em;
  clear: both;
}

div.perfdesc {
  width: 354px;
  float: right;
}

div.performer img {
  float: left;
  border: none;
  margin: 1.1em 0.6em 1.5em 0;
}

#schedule tr,
#schedule td {
  vertical-align: top;
}

#schedule .day {
  font-size: 120%;
  font-weight: bold;
  color: #2ba;
}
 
#schedule .day td {
  padding-top: 1.0em;
}

#schedule .first td {
  padding-top: 0;
}
