body {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  background-color: #618582;
  background-image: url('./images/margins.gif');
}
th {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}

td.content {
  font-size: 14px;
  text-align: justify;
  vertical-align: top;
  padding-top: 20px;
}
img {
  border: 0px;
}
a.link {
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
}

.main {
  margin: 0px auto;
  width: 905px;
  border-left: 10px solid #e8a500;
  border-right: 10px solid #e8a500;
}


a.link2 {
  font-size: 14px;
  text-decoration: none;
}
a.link2:visited {
  color: #ffd334;
}
a.link2:active {
  color: #ffffff;
}
a.link2:link {
  color: #ffd334;
}
a.link2:hover {
  color: #ffffff;
  border-bottom: 1px solid #e8a500;
}

