td {
  text-align: center;
}
p {
  font-weight: bold;
}
h1 {
  text-align: center;
}
h2 {
  text-align: center;
}
table {
  border: 4px solid #006600;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}
body {
  color: #006600;
  background-color: #eeffee;
}
h3 {
  text-align: center;
  text-decoration: underline;
}
div {
  border: 2px dashed #006600;
  padding-right: 10px;
  padding-left: 10px;
}
.center {
  text-align: center;
}
#photopg {
  text-align: center;
}
#nav {
  border-style: solid none;
  border-top: 3px solid #006600;
  border-bottom: 3px solid #006600;
  font-size: 0.9em;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  padding-bottom: 5px;
  margin-top: 0px;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav li {
  padding: 0px 1em 0px 0px;
  list-style-type: none;
  display: inline;
}
#nav a {
  padding: 2px;
  background: transparent none repeat scroll 0% 50%;
  font-weight: bold;
  text-decoration: underline;
  color: #006600;
}
#nav a:visited {
  padding: 2px;
  background: transparent none repeat scroll 0% 50%;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
#nav a:hover {
  padding: 2px;
  background: #006600 none repeat scroll 0% 50%;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
