DIV.one_column, DIV#content DIV.text {
    max-width: 50em;
    line-height: 165%;
    /* font-family: MyFont, Georgia,Times New Roman,tahoma,verdana,sans-serif;*/
}
table {
    /*     font-family: MyFont, Georgia,Times New Roman,tahoma,verdana,sans-serif;*/
}

CODE, TT {
    font-family: Lucida Sans Typewriter, monospace;
}

UL {
    list-style: square outside none;
}

H1.top {
    margin-top: 0; margin-right: -20em;
}

DIV.bannercontainer {
    margin-top: -10px;
}

DIV.bc2 {
    position:relative; top:0; left:0; z-index:1;
    margin-top: -10px; /* Counteract earlier box margin */
    width: 100%;
    margin:auto;
}

DIV.bannercontainer DIV.bc2 DIV.bannerimage {
    position:relative; top:0; left:0; z-index:1;
}

DIV.bannercontainer DIV.bc2 DIV.bannerimage IMG {
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
}

DIV.bannercontainer DIV.bc2 H1 {
    position:absolute; top: 0px; left: 0px; z-index:2;
    color: white;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: 4px;
}

.digression {
    color: #808080;
    font-size: 80%;
}