body
{
    background      : #fff;
    color           : #000;
    width           : 50em;
    font            : 12px monospace;
    margin          : 0em;
    padding         : 1em;
    text-indent     : 0em;
    text-align      : justify;
    text-decoration : none;
    text-transform  : none;
}

q { quotes: "\00ab" "\00bb"; }

.node        { padding: 0em 0em 0em 0em; clear: both; }
.node-header { padding: 0em 0em 0em 0em; font-weight: bolder; font-style: normal; }
.node-author { padding: 0em 0em 0em 0em; font-weight: normal; font-style: italic; }

.node-select-weight { font-weight: bolder; }
.node-select-person { font-weight: normal; font-style: italic; text-transform: capitalize; }
.node-select-geoloc { font-weight: normal; font-style: italic; text-transform: capitalize; }
.node-dialog-client { font-weight: bolder; font-style: normal; }
.node-dialog-server { font-weight: normal; font-style: normal; }

.input-hidden {}
.input-search { padding: 0em; width: 600px; }
.input-submit { display: none; }

/*
ol    { counter-reset: lone; }
ol ol { counter-reset: ltwo; }
li  { list-style-type: none; }
ol ol li:before { counter-increment: ltwo; content: counter(lone)"."counter(ltwo)". "; }
ol    li:before { counter-increment: lone; content: counter(lone)". "; }
*/


