.navbar a {
  width: 125px;
  height: 25px;
  display: block;  
}
a:link, a:visited {
  text-decoration: none;
  background-color:  white;
}
a:hover, a:focus {
  color: white;
  background-color: #999;
}
.navbar {
  font-family: "Arial", sans-serif;
  font-size: small;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-align: center;
}

P.imageCaption {width: 480px}

TD.rowtwo {padding-left: 25px;}

.spacer {height: 25px;}
