body {
    color: darkred;
    background-color: lightgrey;
    font-family: Georgia, Verdana, Helvetica, Arial;
    font-size: 11px;
}

h2, h3, h4, h5 {
    margin: 10px 15px;
}

p {
    margin: 10px 30px;
    color: black;
    text-align: justify;
    text-indent: 10px;
}

div.window {
    border: 1px solid grey;
}
    
div.window p {
    margin: 0px 20px;
}

div.text, div.toc, div.index {
    margin-left: 200px;
    padding: 2px;
    width: 604px;
    background-color: white;
}

div#overDiv {
    background-repeat: no_repeat;
    position: absolute;
    visibility: hidden;
    z-index:1000; 
    font-family: Georgia, Verdana, Helvetica, Arial;
    font-size: 11px;
}

div.overlib {
    border: 1px solid black;
    background-color: white;
}

div.overlib p {
    margin: 4px 20px;
}

a {
    text-decoration: none;
    color: blue;
}

a.pb {
    color: red;
    font-style: italic;
}

a.top {
    color: navy;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

a.title {
    color: darkred;
}

a.toc {
    color: black;
}

a.toc h2 {
    margin: 0px 30px;
}

a.toc h3 {
    margin: 0px 50px;
}

a.toc h4 {
    margin: 0px 70px;
    color: black;
}

a.toc h5 {
    margin: 0px 90px;
    color: black;
}

span.fig {
    color: green;
    }
    
span.pagenr {
    color: blue;
    padding: 0px 10px;
    font-size: 11px;
    font-weight: bold;
    }
    
a.pagenr {
    font-size: 11px;
    font-weight: bold;
}

img {
    margin: 10px 30px;
    width: 540px;
}

li {
    color: black;
}

li span {
    padding: 0px 10px 0px 2px;
}

/* Turn off list bullets */
ul.mktree  li { list-style: none; } 
/* Control how "spaced out" the tree is */
ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet { padding-left: 15px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(mminus.gif)  center left no-repeat; }
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(mplus.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(mbullet.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }
/* Format menu items differently depending on what level of the tree they are in */
ul.mktree  li { font-size: 10pt; color: black;  }
ul.mktree  li ul li { font-size: 9pt; }
ul.mktree  li ul li ul li { font-size: 8pt; }
ul.mktree  li ul li ul li ul li { font-size: 8pt; }

