body {
  margin : 50px 50px 50px 50px;
  background-color : #ffffff;
  color : #000000;
  font : 16px Arial, Helvetica, sans-serif;
}

#include, #footer {
  display : none;
}

p, ul, ol, li, blockquote, table {
}

h1 {
  font : bold 25px Arial, Helvetica, sans-serif;
}

h2 {
  font : bold 20px Arial, Helvetica, sans-serif;
}

h3 {
  font : bold 16px Arial, Helvetica, sans-serif;
}

pre {
  background-color : #eeeeee;
  padding-top : 5px;
  padding-bottom : 5px;
  border : thin solid #000000;
}

.mono {
  font : 18px Courier New, Courier, monospace;
}

.caption {
  text-align : center;
}

#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;
}

#title-author {
  text-align : center;
  margin-bottom : 40px;
}

#question-list {
  text-align : left;
  margin-bottom : 40px;
}

#question-list ul {
  list-style-image: url("images/orange_box8.gif");
  margin-left: 15px;
  padding-left: 0px;
}

#question-list li {
  padding-bottom: 5px;
}
