body {
  background-color: #cc99cc;
  font-family: arial, helvetica, sans-serif;
}

body>table {
  background-color: white;
  border: #636 solid 5px;
}

a {
  color: #636;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.content {
  font-size: 2em;
}

table.content {
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  top: 0;
  left: 0;
}

table.nav {
  position: relative;
  bottom: 0;
  left: 0;
}

