/* -*- CSS -*- */
table.nav {
  border: 1px solid black;
  /*
  text-align: center;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  */
}

table#layout {
  width: 100%;
}

td#left-gutter {
  /* margin-right: 1en; */
  vertical-align: top;
  width: 20%;
}

td#main h2 {
  text-align: center;
}

td#here {
  background-color: teal;
  color: yellow;
}

td#here a {
  color: yellow;
}