BODY {
  margin-top: 0px;
}

A.menu_link {
  color: #000000;
  text-decoration: none;
}

A.menu_link:hover {
  color: #000000;
  text-decoration: underline;
}

A {
  color: #000000;
  /*text-decoration: none;*/
}

A:hover {
  color: #000000;
  /*text-decoration: underline;*/
}

.home_header {
  background-color: #E61221;
}

.menu_link {
  color: #FFFFFF;
}

.menu_selected {
  color: #FFFFFF;
  background-color: #E61221;
  padding: 2px;
}

.footer {
  font-size: .8em;
}

.copyright {
  font-size: .6em;
}

.tag_line {
  font-family: "Minion Pro", serif;
  font-size: 1.8em;
  font-style: italic;
  font-weight: bold;
}
.tag_line2 {
  font-family: "Minion Pro", serif;
  font-size: 1.6em;
  /*font-style: italic;*/
}

.available {
  background-color: #c5fbfb;
}
.not_available {
  background-color: #e3404c;
}
