/* Prevailing style. */
body {
   /* background-color: #96d045;*/
    background-color: #ffffff;
    background-image: url(bgdouble.jpg);
    background-repeat: repeat-y;
    background-position: left;
    color: #000000;
    font-family: monospace
}
h1 {
    font-size: 100%;
    font-family: monospace
}
h2 {
    font-size: 100%;
    font-family: monospace;
    font-weight: normal
}
/*a:link { color: #96d045; }*/
a:link { color: #33CC99; }
a:visited { color: #33CC66; }
a:active { color: #6666ff; }
a:hover { color: #6666ff; }

/* Special global styles. */
span.stricken {
    text-decoration: line-through
}

div.intro {
    width: 600px;
    background-image: none;
    background-color: #ffffff;
    color: #000000;
    /*border: none;*/
    border: solid;
    border-width: medium;
    border-color: #6666ff;
    margin-left: 22px;
    margin-right: 10%;
    margin-bottom: 7px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: monospace;
    /*font-weight: bold*/
    font-weight: normal
}
div.intro p {
    padding-left: 45px;
    padding-right: 45px;
}
div.qsect {
    width: 600px;
    background-image: none;
    background-color: #ffffff;
    color: #000000;
    margin-left: 22px;
    margin-right: 10%;
    margin-bottom: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
    /*border: none*/
    border: solid;
    border-width: medium;
    border-color: #6666ff;
}
div.qsect dl {
    width: 500px;
    border: none;
    background-image: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 1ex
}
div.qsect h2 {
    padding-left: 5px;
    padding-right: 5px;
}
div.qsect dt { margin-bottom: 1em }
div.qsect dd { margin-bottom: 1em }
