body
{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  height: auto;
}
#header
{
  height: 200px;
}
h1
{
  display: inline;
  background-color: black;
  color: white;
  position: relative;
  left: -100px;
  top: -150px;
}
.schedule
{
  margin: 10px;
  border-collapse:collapse;
  font-size: 10px;
}
.schedule tr
{
  padding: 0px;
  margin: 0px;
  border-collapse:collapse;
}
.schedule tr td
{
  background-color: white;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  border: 1px solid black;
  border-collapse:collapse;
  width: 120px;
}
.schedule tr th
{
  background-color: white;
  padding: 2px;
  margin: 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-collapse:collapse;
  width: 50px !important;
  font-family: Courier, monospace;
  font-weight: bolder;
  font-size: 11px;
}
.weekdays td
{
  font-family: 'Book Antiqua', serif; 
  padding: 0px !important;
  font-size: 20px;
  text-align: center;
}
.corner
{
  background: none !important;
  background-color: none !important;
  border: none !important;
}
#content
{
  margin: 0px;
  padding: 0px;
  margin-top: -150px;
  position: relative;
}
.show_title
{
  font-weight: bold;
}
.show_djs
{
  font-size: 8px;
}
a
{
  color: black;
  text-decoration: none;
}
