h1 {
  text-align: center;
}
body {
  color: #000066;
  margin-left: auto;
  font-family: Arial,Helvetica,sans-serif;
  margin-right: auto;
  background-color: #e1f1ff;
}
#container {
  border: 3px solid #000066;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
h2 {
  text-align: center;
}
h3 {
  text-align: center;
}
p {
  font-weight: bold;
}
.center {
  text-align: center;
}
table {
  border: 7px double #000066;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#centered {
  border: 3px solid #000066;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
#nav {
  border-style: solid none;
  border-top: 3px solid #000066;
  border-bottom: 3px solid #000066;
  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: #000099;
}
#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: #000099 none repeat scroll 0% 50%;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
