a.nav:link {
  color: black;
  font-family: Comic Sans MS;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}
a.nav:hover {
  color: #666666;
  text-decoration: none;
  font-family: Comic Sans MS;
  font-style: italic;
  font-weight: bold;
}
.caption {
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  font-size: 0.7em;
}
a:visited {
  color: black;
  text-decoration: none;
  font-style: italic;
  font-family: Comic Sans MS;
  font-weight: bold;
}
nav2 table.sample {
  border: 2px double white;
  border-spacing: 3px;
  border-collapse: separate;
  background-color: white;
}
table.nav2 th {
  border:  none;
  padding: 2px;
  background-color: #c1b398;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
table.nav2 td {
  border:  none;
  padding: 2px;
  background-color: #c1b398;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
body, p, li {
  font-family: Arial,Helvetica,sans-serif;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
