body {
  margin-top: 12px;
  margin-left: 48px;
  margin-right: 48px;
  text-align: center;
}
h1 {
  font-family: "vera sans", verdana, sans-serif;
  color: #006087;
  text-align: center;
}
.SoftwareIndex * {
  font-family: sans-serif;
  font-size: small;
}
.SoftwareIndex {
  margin-top: 24px;
  margin-bottom: 16px;
  margin-left: 20px;
  margin-right: 20px;
}
.SoftwareIndex th {
  font-style: italic;
  color: #006087;
}
.SoftwareIndex .OddRow td {
  background-color: #d7d7ff;
}
.SoftwareIndex .EvenRow td {
  background-color: #ffd7d7;
}
.PkgName {
  font-weight: bold;
}
.PageInfo {
  font-size: small;
  text-align: center;
  border-top: 1px solid #006087;
  margin-top: 12px;
  padding-top: 16px;
}

