body {
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
}
a {
  color: #eca;
}
a:hover {
  color: #cca;
}
h1 {
  font-family: Trebuchet MS, Arial;
  font-size: 26px;
  color: #d5d5d5;
  font-weight: normal;
}
h2 {
  font-family: Trebuchet MS, Arial;
  font-size: 18px;
  color: #d5d5d5;
  font-weight: normal;
}
.header, .header a {
  font-family: Trebuchet MS, Arial;
  font-size: 14px;
  color: #79a0bd;
}
.contact {
  font-family: Trebuchet MS, Arial;
  font-size: 17px;
  color: #ca444d;
  font-weight: bold;
  line-height: 10px;
}
body, td {
  font-family: Trebuchet MS, Arial;
  font-size: 13px;
  color: #eee;
}
input, select, textarea {
  font-family: Trebuchet MS, Arial;
  font-size: 13px;
  color: #000;
}
.menu {
  font-family: Arial,Trebuchet MS, Arial;
  font-size: 13px;
  color: #023b58;
  text-decoration: none;
}
a.menu:hover {
  color: #6d1d28;
  text-decoration: underline;
}
.title {
  font-family: Trebuchet MS, Arial;
  font-size: 15px;
  letter-spacing: 2px;
  color: #cca;
  font-weight: bold;
  border-bottom: 1px solid #cca;
}
.footer {
  font-family: Trebuchet MS, Arial;
  font-size: 11px;
  color: #eee;
  text-decoration: none;
}
a.footer:hover {
  color: #fff;
  text-decoration: underline;
}
.main {
  font-family: Trebuchet MS, Arial;
  font-size: 17px;
  color: #cca;
  text-decoration: none;
}
a.main:hover {
  color: #cda;
  text-decoration: underline;
}

.twitter {
  color: #023b58;
  font-weight: bold;
  text-decoration: none;
}
.twitter:hover {
  color: #023b58;
  text-decoration: underline;
}
.twitter img {
  border: 0;
}
