BODY {
  color: black;
  background: #FFA;
  font-family: sans-serif;
  margin: 1em;
  font-size: 10px;
}

H2 {
  font-family: Impact;
  font-size: 4em;
}

H3 {
  font-size: 1.4em;
  font-family: Kids, Impact;
  font-style: italic;
  font-weight: normal;
}

UL {
  list-style: none;
  margin: 0;
}

DIV.theatre-menu, DIV.tv-menu {
  padding: 0.6em;
  margin: 0.9em;
  width: 14em;
  float: right;
}

DIV.theatre-menu {
  background: black;
  color: white;
}

DIV.tv-menu {
  background: black;
  color: white;
}

DIV.theatre-menu A, DIV.tv-menu A {
  color: #AAF;
  font-weight: bold
}

