h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, p, td, div, ol, ul, dl, input {
  font-family: serif;
}

body {
  margin-left: 5%;
  margin-right: 5%;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
  margin-bottom: 4px;
}

p, ul {
  margin-bottom: 6px; 
  margin-top: 2px;
}

li {
  margin-bottom: .2em;
}

pre {
  margin-left: 20px;
  font-family: courier new, courier;
  font-size: 9pt;
}

p.Code {
  font-family: courier new, courier;
  font-size: 9pt;
  white-space: nowrap;
  margin-top: 6pt;
}

span.Command {
  font-family: courier new, courier;
  font-size: 9pt;
  white-space: nowrap;
}

span.CommandVariable {
  font-family: courier new, courier;
  font-size: 9pt;
  font-style: italic;
}

span.results {
  padding-left: 10pt;
  font-size: 8pt;
}

table {
  margin-bottom: 10pt;
}
