body {
  background: tan;
}

#body {
  position: relative;
  margin: auto;
  width: 575px;
  background: yellowgreen;
  border: 1px solid #000;
  text-align: left;
  height: 375px;
}

#longbody {
  position: relative;
  margin: auto;
  width: 575px;
  background: yellowgreen;
  border: 1px solid #000;
  text-align: left;
  height: 550px;
}


#main {
  float: left;
  width: 25%;
  padding-bottom: 20px;

}

table {
  margin-left: auto;
  margin-right: auto;
  width: 575px;
  background: black;
}

td {
  border-collapse: collapse;
  padding:0;
}

tr {
  text-align: center;
}

p.footer {
  text-align: right;
  font-weight: bold;
}

p.bold {
  font-weight: bold;
  margin-left: 10px;
}

p.text {
  margin-left: 10px;
}

a:link, a:visited, a:active {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
}

ul {
  position: center;
}
