<!--

@import "main.css";

body {
  margin: 0;
  padding: 5px 80px 20px 80px;
  background-color: #701817;
}
body, a, div h2 {
  color: #390404;
}
b {
  color: #701817
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
hr {
  display: none;
}
body div {
  border: solid 2px;
  border-color: #390404;
  background-color: #ffffff;
}
div.menu, div.menu a, div.foot, div.foot img {
  color: #ffffff;
}
div.menu, div.foot, div.foot img {
  background-color: #390404;
}
div.menu {
  margin: 0;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}
div.menu a {
  font-weight: normal;
}
div.foot {
  padding: 5px 5px 20px 40px;
  font-size: .8em;
}
div.title {
  margin: 0;
  border: none;
  padding: 40px 40px 20px 40px;
  font-size: .8em;
  color: #f7cd69;
  background-color: #711823;
}
div.title * {
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #f7cd69;
  background-color: #711823;
}
div.title h1 {
  font-weight: normal;
}
div.title address {
  font-style: normal;
}
div.title h2, div.title h2 address {
  margin-bottom: 0;
}
div.content {
  margin: 0;
  border: none;
  padding: 20px 20px 20px 40px;
}
div.content h2 {
  margin-top: 2em;
  border-left: solid 1px;
  border-bottom: solid 2px;
  padding: 0 5px 5px 5px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  border-color: #701817;
}


-->
