body {
  margin : 0px 0px 0px 0px;
  background-color : #ffffff;
  color : #000000;
  font : 12pt "Times New Roman", Times, serif;
}

#include, #footer {
  display : none;
}

p, ul, ol, li, blockquote, table {
}

h1 {
  font : bold 16pt "Times New Roman", Times, serif;
}

h2 {
  font : bold 14pt "Times New Roman", Times, serif;
}

pre {
  background-color : #eeeeee;
  padding-top : 5px;
  padding-bottom : 5px;
}

.mono {
  font : 10pt Courier New, Courier, monospace;
}

.caption {
  text-align : center;
}

.breakhere {
  page-break-after: always
}

#olt table {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-collapse: collapse;
  border-color: black black black black;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#toc table {
  width: 100%;
  border: 0;
}

#toc td {
  padding-bottom : 5px;
}

a {
  text-decoration : underline;
  color : #0000ff;
}

a:after {
  content:"[" attr(href) "]";
}

#content {
    margin-left : 0in;
    margin-right : 0in;
    width: auto;
    border: none;
}

#title-author {
  text-align : center;
  margin-bottom : 40px;
}

#question-list {
  text-align : left;
  margin-bottom : 40px;
}

#question-list ul {
  margin-left: 15px;
  padding-left: 0px;
}

#question-list li {
  padding-bottom: 5px;
}
