
#nav_table {
}

#nav_table a {
  display: block;
  font-family: georgia, serif;
  font-size: 110%;
  font-weight: bold;
  line-height: 2.0;
  text-decoration: none;
  color: #336699;
}
#nav_table a:hover { color: red; }

#nav_table .sublist a {
  display: inline;
  font-family: georgia, serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 100%;
  text-decoration: none;
  color: #336699;
}
#nav_table .sublist a:hover { color: red; }

#nav_table p {
  font-size: 90%;
}
#nav_table li {
  line-height: 2.0;
}

#nav_table.top_nav td {
  text-align: center;
}
#nav_table.top_nav a {
  line-height: 1.2;
}
