BODY { background-color: #314039; color: #fefaba; }

P { text-align: justify; color: #fefaba; }
P.center { text-align: center; }
P.small { font-size: smaller; }

A:link { color: #fffde0; text-decoration: none; } /*#f8f7df; }*/
A:visited { color: #b2b083; 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;
        }

