body {
  background: #fff;
  font: small Helvetica,Arial,sans-serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1em;
}

hr {
  display: none;
}

#header {
  font-size: 3em;
  font-weight: bold;
}

#no_print_border {
}

#header-bg {
  text-align: center;
  color: #f7f4f4;
  letter-spacing: 3px;
}

#logos {
  line-height: 67px;
  float: right;
}

#bottom {
  background: #CFE3FF;
  padding: 5px;
  margin-top: 5px;
}

#space table tr td {
  padding: 0px;
}

img.big {
  -ms-interpolation-mode: bicubic;
}

img.station {
  max-width: 500px;
}

* html img.station {
  width: expression(this.width > 500 ? '500px' : true);
}

table {
  border-spacing: 0px;
  background: #CFE3FF;
  width: 100%;
  margin-bottom: 5px;
}

table tr {
  background: #CFE3FF;
  padding: 0px;
}

table tr td {
  padding: 3px;
}

span.border {
  padding: 2px;
}

a {
  color:#666; 
  text-decoration:none;
}

.print_only {
  display: none;
}