  #versionTable {
        margin-top: 1em;
  }
  div.description {
        max-width: 50em;
        margin-left: 9em;
        float: center;
  }

  div.releaseDate {
        float: right;
        width: 10em;
        text-align: right;
  }
  div.versionNumber {
        float: left;
        color: #0069AA; 
        width: 8em;
  }
  div.version {
        margin-bottom: 1em;
  }
  h1.title {
        font-size: 24px;
        margin: 0 0 10px;
        color: #0069AA;
        line-height: 24px;
  }
  div.mainBox {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: center;
  }
  div.wrapper {
        text-align: left;
        float: left;
  }
  #head_images {
        margin-bottom: 1em;
  }
  div.descHeader {
        font-weight: bold;
        margin-bottom: 0.5em;
  }
  ul.featureOrBugList li {
        font-family: "HelveticaNowText";
  }
  span.boldText {
        font-weight: bold; 
  }
  p {
        margin-bottom: 1em;
  }