.gold { font-weight: bold ; color: #FEB600 }
.here { font-weight: bold ; color: red }
.left { text-indent: 0em }
.right { text-align: right }
.smrt { text-align: right  ; font size: smaller }
.smcn { text-align: center ; font size: smaller }
.off  { font-weight: bold ; color: gray }
.hang { padding-left: 3em ; eext-indent: -3em ; }

textarea {
    font size: small ; font-family: "Verdana", "Arial" ; color: "#000000" 
}

BODY { 
    background: url(../images/webseal.gif) ;
    font size: small ; font-family: "Verdana", "Arial" ; color: "#000000" 
    width: 50% ; max-width: 853px ;
}

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

DIV.links { text-align: right }
DIV.trailer {font-size: smaller ; text-align: right }
DIV.quote {font-size: smaller ; text-indent: 3em }

P.old { text-align: justify ; text-indent: 3em }
P { text-align: left }

PRE { font size: medium }
PRE.quote {
    font size: small ; font-family: "Verdana", "Arial" ; color: "#000000" 
    display: block; 
    margin-top: 0em; 
    margin-bottom: 0em;
    margin-left: 0px; 
    margin-right: 0em; 
    border-left: 2px solid #777 ;
    padding-left: 1em ; 
}

TABLE { width: 50% ; max-width: 853px }

blockquote { 
    display: block; 
    margin-top: 0; 
    margin-bottom: 0;
    margin-left: 0; 
    margin-right: 0; 
    border-left: 2px solid #777 ;
    padding-left: 1em ; 
}
blockquote p:last-child { margin-bottom: 0 ; }
blockquote p:first-child { margin-top: 0 ; }

blockquote.hang {
    font size: small ; 
    font-family: "Verdana", "Arial" ; 
    color: "#000000" ;
    text-indent: -2em ;
    padding-left: 3em ;
}
blockquote.hang p {
    margin-top: 0 ;
    margin-bottom: 0 ;
}

ul li {
    position: relative;
    list-style: none;
}
ul li:before {
    content: "*";
    position: absolute;
    left: -15px;
}
