a:link img, a:visited img {border-style: none}
a img {color: white} /* The only way to hide the border in NS 4.x */

td.leftbar, td.rightbar {
  color: black;
  background-color: #ffffff;
  border-right: 1px solid blue;
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
  border-top: 1px solid blue;
  vertical-align: top;
  width: 20%;
  min-height: 100%;
}

td.body {
  color: black;
  background-color: #ffffff;
  vertical-align: top;
  width: 60%;
}

div.menu-title {
  color: black;
  /* font-size: normal; */
  font-weight: bold;
  background-color: #e7e7ff;
  border-top: 0px solid blue;
  border-right: 0px solid blue;
  border-bottom: 1px solid blue;
  border-left: 0px solid blue;
}

ul.menu-body {
  margin-left: 1em;
  padding-left: 0em;
}

li.menu-item {
  list-style: square outside;
}

div.title {
  font-size: large;
  font-weight: bold;
  color: black;
  background-color: #e7e7ff;
  border-top: 0px solid blue;
  border-right: 0px solid blue;
  border-bottom: 1px solid blue;
  border-left: 0px solid blue;
  text-align: center;
  width: 100%;
}

div.section-title {
  font-size: medium;
  font-weight: bold;
  color: black;
  background-color: #e7e7ff;
  border-bottom: 1px solid blue;
  text-align: left;
  margin-top: 1em;
}

div.section-body {
        color: black;
        background-color: white;
        margin-left: 1em;
        margin-top: 5px;
        margin-bottom: 5px;
}

td.footer {
        color: black;
        background-color: #e7e7ff;
        border-top: 1px solid blue;
        text-align: right;
        margin-top: 5px;
        margin-bottom: 5px;
}

td.header {
        color: black;
        background-color: white;
        border-bottom: 1px solid blue;
        text-align: right;
        margin-top: 5px;
        margin-bottom: 5px;
}

ul li {
  list-style: square outside;
}

pre {
  margin-left: 1em;
  margin-right: 1em;
  color: #000000;
  background-color: #efefff;
}
