body {
  background-color: darkblue;
  font-family: helvetica, san-serif;
}
 
.pageBlock {
  margin: auto;
  width: 850px;
  border: solid black 5px;
  background-color: white;
}

.pageHeaderBlock {
  background: url('images/banner.JPG');
  font-size: x-large;
  font-weight: bold;
  color: white;
  padding: 10px;
}

.topNavBlock {
  width: 100%;
  background-color: #000;
}

.hNavBlock {
  padding: 4px;
  background-color: #ddd;
  border: solid tan 1px;
  font-weight: bold;
} 

.hNavBlock a {
  color: blue;
  text-decoration: none;
}

.hNavBlock a:hover {
  color: red;
}


.pageContent {
  padding: 15px;
} 

.mastHead {
  text-align: center;
}

.textBanner {
  text-align: center;
  text-transform: uppercase; 
  color: #333; 
  font-weight: bold;
}


.tableImage {
  width: 250px;
}
img { -ms-interpolation-mode: bicubic; }

 
.footer {
  background-color: black;
  font-size: small;
  text-align: center;
  color: #ccc; 
}
.footer a {
  color: white;
}

.footer a:hover {
  color: red;
}