/*********** BASIC TEXT HTML */
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
  border: 0 rgb(204,204,204) solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
    font-size: 1.3em;
    font-weight: bold;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
}
h5 {
    font-size: 1.1em;
    font-weight: bold;
}
h6 {
    font-size: 1em;
    font-weight: bold;
}
ol {
  list-style: decimal;
}
ol .executive-summary 
{
    list-style: lower-alpha;
}
ul {
  list-style: disc;
}
li {
  margin-left: 30px;
}
p,
table {
    margin-bottom: 10px;
}
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset,
figure {
  margin-bottom: 20px;
}