body { background-color: white; color: black; }

p { text-align: justify; color: black }
p.center { text-align: center; }
p.small { font-size: smaller; }

a:link { color: blue ; text-decoration: none; }
a:visited { color: gray; text-decoration: none; }
a:active {text-decoration: none ; color: purple}
a:hover {text-decoration: underline; }

h1.center { text-align: center; }
h2.center { text-align: center; }

img { border: none ; } 
img.center { border: none ;
   display: block;
   margin-left: auto;
   margin-right: auto; } 
img.left-paragraph { float: left; clear: left; }
img.left-wrap { float: left; }
img.right { float: right }

hr.interitem { width: 60% ; }

div.section { clear: left; float: none; padding-top: 5px; }

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;
        }

