/* $Id: presentations.css 4 2004-03-20 16:00:47Z mw $ */
#bw-book-content div {
    background-color: whitesmoke
    }
#bw-book-content h1.title {
    background-color: gainsboro;
    text-align: center;
    font-family: sans-serif;
    color: black
    }
#bw-book-content h2.title {
    background-color: gainsboro;
    font-family: sans-serif;
    color: black
    }
#bw-book-content h3.title {
    background-color: gainsboro;
    font-family: sans-serif;
    color: black
    }
#bw-book-content h4.title {
    background-color: gainsboro;
    font-family: sans-serif;
    color: black
    }
#bw-book-content h5.title {
    background-color: gainsboro;
    font-family: sans-serif;
    /*                  font-size: small; */
    color: black
    }
#bw-book-content h6.title {
    background-color: gainsboro;
    font-family: sans-serif;
    /*                  font-size: x-small;  */
    font-size: small;
    color: black
    }
#bw-book-content span.title {
    background-color: gainsboro;
    font-family: sans-serif;
    /*                  font-size: x-small;  */
    font-size: small;
    color: black
    }
#bw-book-content .title {
    background-color: gainsboro;
    font-family: sans-serif
    }
#bw-book-content .authorgroup {
    background-color: #EEE
    }
#bw-book-content .abstract {
    margin-top: 1em
    }
#bw-book-content .term {
    background-color: #EFEFEF
    }
#bw-book-content pre.programlisting {
    background-color: #E0E0E0;
    border: thin solid gray;
    margin-top: 1.33ex;
    margin-bottom: 1.33ex
    }
#bw-book-content .footer-date {
    font-size: xx-small;
    font-family: monospace
    }
#bw-book-content #customheader, #bw-book-content #customfooter {
    /* list of fonts provides fallbacks if a font is not present */
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    /* font size, relative to body font size */
    font-size: 80%;
    /* line height, relative to body font size */
    line-height: 200%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #009
    }
/* leave more space between last paragraph and footer  */
/* some browser do not add up the bottom margin of the prior element */
/* and the top margin of the footer */
#bw-book-content #customfooter {
    margin-top: 15px
    }
/* define special font for logo */
/* list of fonts provides fallbacks in case selected fonts are not present
*/
#bw-book-content .logo {
    font-family: Lucida Console, Verdana, Arial, Sans-Serif
    }
