body {
  color: #000000;
  background-image: url("http://web.mit.edu/gsp/www/images/tan2.jpg");
  background-repeat: repeat;
}
a:link {
  color: #990033;
}
a:visited {
  color: #666666;
}
img {
  border: 0 none;
}

table.header {
  margin: 0 0 1em 0;
  background-color: #644409;
  width: 100%;
}
table.header tr#banner td {
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
}
table.header tr#navbar td {
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  width: 14%;
  background-color: #E5CF6D;
}
table.header tr#navbar td a {
  font-size: smaller;
  text-decoration: none;
  display: block;
  color: #000000;
}
table.header tr#navbar td a:hover {
  background-color: #F0DF84;
  color: #ffffff;
}

table.crew {
  width: 100%;
}
table.crew td {
  vertical-align: top;
}
table.crew table {
  width: 100%;
}

table.footer {
  margin: 1em 0 0 0;
  border-top: thin dotted;
  font-size: smaller;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.footer td {
  padding: 0;
  vertical-align: bottom;
  text-align: left;
}
