body {
    /* background: #666633; */
    background: white;
    font-family : Georgia, "Times New Roman", "MS Serif", "New York", serif;
    padding-left: 1em; padding-right: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-weight: normal;
}

.hfont {
    font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

div.breadcrumb {
    border: 2px solid #000000;
    background: #cccc99;
    padding-top: 2pt;
    padding-bottom: 2pt;
    padding-left: 36pt;
    padding-right: 6pt;
    text-indent: -30pt;
    margin-left: 0%; /* 36pt; */
    margin-right: 20%; /* 36pt; */
    margin-top: 6pt;
    font-variant: small-caps;
}

.smallcaps {
    font-variant: small-caps;
    font-size: smaller;
}

ul.square {
    list-style-type: square;
}

ul.disc {
    list-style-type: disc;
}

div.left {
    float: left;
    width: 15%;
    margin-top: 18pt;
    margin-left: 0%;
    margin-right: -15%;
}

div.lsidebar {
    border: 1px solid #000000;
    background-color: #cccc99;
/*    padding: 0.5em 0.5em 0em 0.5em; */
    padding: 5px 5px 5px 10px;
    overflow: hidden;
}

div.lsidebar ul, div.lsidebar ul li {
    border: 0;
    margin: 0 0 0 0.5em;
    padding: 1px;
    list-style-type: square;
    list-style-position: outside;
    font-size: smaller;
    font-weight: lighter;
    /* font-variant: small-caps; */
}

div.lsidebar h4 {
    margin: 0.25em;
}

div.content {
    border: 2px solid #000000;
    margin-left: 20%; /* 36pt; */
    margin-right: 20%; /* 36pt; */
    margin-bottom: 36pt;
    margin-top: 18pt;
    background: white;
    padding-left: 12pt;
    padding-right: 12pt;
    padding-top: 6pt;
    padding-bottom: 5px;
    overflow: auto;
}

div.comment {
    border: 1px solid #aaaaaa;
    margin-bottom: 1em;
    margin-top: 6pt;
    background: #eeeeee;
    padding-left: 6pt;
    padding-right: 6pt;
    padding-top: 6pt;
    padding-bottom: 2px;
    overflow: auto;
    font-size: smaller;
}

div.commentfrom {
    border: 1px solid #666633;
    padding: 0.25em;
    background: #cccc99;
    margin-bottom: 1em;
    font-variant: small-caps;
}
   
.smaller {
    font-size: smaller;
} 

.signature {
    font-style: italic;
    font-weight: 500;
}

.dateline {
    font-variant: small-caps;
    font-size: 75%
}

.maintitle {
    font-variant: small-caps;
    font-weight: 600;
}

.subtitle {
    font-style: italic;
    font-size: 85%;
    font-weight: 600;
}

.newspaper {
    font-family: "American Typewriter", Lucidatypewriter, "Lucida Typewriter", "Andale Mono", Courier New, Courier, fixed; 
}

.newspaperbq {
    font-family: "American Typewriter", Lucidatypewriter, "Lucida Typewriter", "Andale Mono", Courier New, Courier, fixed; 
    font-size: smaller;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    background: #ffffcc;
}


img.blackborder {
    text-decoration: none;
    border: solid 1px #000000;
}

