* {
  margin: 0;
  padding: 0;
}
body {
  background: url(../img/logo.gif) 50% 55px no-repeat;
  text-align: center;
  font: 13px Georgia, "Times New Roman", Times, serif;
  padding-bottom: 10px;
}
a:link.main,
a:visited.main {
  color: #666;
  text-decoration: none;
}
a:hover.main,
a:active.main {
  color: #000;
  text-decoration: underline;
}
a:link.text,
a:visited.text {
  color: #b80101;
  text-decoration: none;
  font-weight: bold;
}
a:hover.text,
a:active.text {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}
a#email {
  width: 326px;
  height: 28px;
  display: block;
  background: url(../img/contact.gif);
  margin: 0 auto;
}
a:hover#email {
  background: transparent url(../img/contact.gif) 0 -28px no-repeat;
}
p.links {
  font: 14px Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
}
h1 {
  font: 17px Georgia, "Times New Roman", Times, serif;
  text-align: left;
  width: 740px;
  margin: 0 auto;
  margin-bottom: 1em;
}
p {
  text-align: left;
  width: 740px;
  margin: 0 auto;
  margin-bottom: 1em;
  line-height: 1.8em;
}