body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align:center;
  background-color: white;
  color: black;
}

#Content {
  width: 760px;
  margin: auto;
}

h1 {
  text-align: center;
  font-size: 24px;
}
h2 {
  text-align: left;
  font-size: 20px;
}
h3 {
  text-align: center;
  font-size: 14px;
  margin: 2em 0em 0.5em 0em;
}
h4 {
  text-align: left;
  font-size: 12px;
  margin-top: 2em;
}
li {
  text-align: justify;
}
p {
  text-align: justify;
}
a {
  white-space: nowrap;;
}
dl.toc {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
img.screenshot {
  padding: 0px 0px 10px 5px;
  width: 100%;
}

.breakhere {
  page-break-before: always;
}

@media print {
  #Content {
    width: 100%;
    margin: auto;
  }
  li, p {
    text-align: justify;
    padding-right: 3em;
  }
  img.screenshot {
    padding: 1em 0em 2em 1em;
    width: 100%;
  }
  a {
    white-space: normal;
    text-decoration: none;
    color: black;
    background-color: white;
  }
  a.rightpad {
    padding-right: 0.5em;
  }
  img.icon {
    display: inline;
    margin: auto;
  }
}