
body {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #f8f8f8;
  font-family: "Helvetica", "Arial", "San-Serif";
  font-size: 14px;
}

td { 
  font-family: "Helvetica", "Arial", "San-Serif";
  font-size: 14px;
}

#top-container { 
  width: 600px;
  /* These two center the top container on the page. */ 
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#top-frame { 
  width: 600px;
  padding: 20px;
  text-align: left;

  background-color: #ffffff;
  /* background-image: url('gradient.gif'); */
  background-position: top left;
  background-repeat: repeat-x;

  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;

  margin-left: -21px;   /* Padding plus border. */
}

a {
    text-decoration: none;
}

a:hover { 
    text-decoration: underline;
}

#title {
  font-size: 18px;
  font-weight: bold;
}

#heading {
  font-size: 16px;
  font-weight: bold;
}
