body,table,form {
  background-color: #a9bde8;
  font-size: 13px;
}

h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
h1 {
  font-size: 30pt;
  text-align: center;
  font-weight: bold;
}

a.nav, a.nav:link, a.nav:visited {
  display: block;
  width:95%;
  background:transparent;
  border:1px solid #000;
  margin-top:2px;
  text-align:center;
  text-decoration:none;
  overflow:hidden;
}
a.nav:hover {
  color:#000000;
  background:#e8e8e8;
  border-right:5px solid #000;
}
