body {
  font-family: arial;
  font-size: 12px;
  
}

a {
  color: #F3E7B1;
  text-decoration: underline;
  border: none !important;
  padding: 0px;
  margin: 0px;
}
  a:hover {
    color:#a7a9ac;
  }
h1 {
  font-size: 1.20em;
  color: #F3E7B1;
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-size: 1.0em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 9px;
}
  div#some-shows h2 {
    float: left;
    padding: 0px;
  }
  h2.no_caps {
    text-transform: capitalize;
    margin-left: 3px;
  }
  div#right div.ce_text h2 {
    padding-bottom: 4px;
  }
h4 {
  color: #F3E7B1;
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
}
td.caps {
  text-transform: uppercase;
}
div.highslide-html, div.highslide-container {
  font-family: arial;
  font-size: 0.85em;
}