BODY { background-color: white; color: black; }
P { color: black; background-color: white; }
P.center { text-align: center; }
P.small { font-size: smaller; }
A:link { color: blue; background-color: white; }
A:visited { color: gray; background-color: white; }
H1.center { text-align: center; }
H2.center { text-align: center; }
IMG.right { float: right }
HR.interitem { width: 60% ; }

SPAN.itemdate { font-style: italic ; }
SPAN.redacted { text-decoration: line-through ; }


#lcolumn {
        width: 175px;
        float: left;
        margin-left: 0px;
        padding: 0px;
        }


#maincolumn {
        padding: 10px;
        margin-left: 180px;
        border-left: 1px solid #006;
        }

