/* base style */
BODY {
    margin: 5px;
    background: #EEEEEE;
    color: black; 
    font-size: 12px;
    line-height: 1.1;
    font-family: times, serif;
}

BODY.bibtex {
    margin: 10px;
    background: #EEEEEE;
    color: black; 
    font-size: 12px;
    line-height: 12px;
    font-family: courier, monospace; 
}

BODY.abstract {
    margin: 10px;
    background: #EEEEEE;
    color: black; 
    font-size: 12px;
    line-height: 1.1;
    font-family: times, serif;
}


A:link { color: #18605A }          /* unvisited link */
A:visited { color: #0C312E }        /* visited links */
A:active { color: #291A10 }        /* active links */

H1, H2, H3 {
    color: #291A10; 
    margin: 0px;
    text-align: left
}
H1 { 
    font-size: 32px;
    font-family: helvetica, sans-serif;
    font-weight: bold
}
H2 { 
    font-size: 24px;
    font-family: helvetica, sans-serif;
    font-weight: bold
}
H3 {
    font-size: 18px;
    font-family: helvetica, sans-serif;
    font-weight: bold
}

P { 
    text-align: left;
    color: black;
}

BIG { font-size: 133% }
SMALL { font-size: 67% }

B, STRONG { font-weight: bolder }  /* relative to the parent */

PRE, TT, CODE, KBD, SAMP { font-family: courier, monospace }

TR.header {
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: #291A10;
    height: 16px;
    font-size: 10px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
}
TR.separator {
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: #18605A;
    height: 16px;
    font-size: 10px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
}
TR.line {
    text-align: left;
    vertical-align: middle;
    background-color: #EEEEEE;
    font-size: 12px;
}
TR.accepted {
    text-align: left;
    vertical-align: middle;
    background-color: white;
    font-size: 12px;
}
TR.short {
    text-align: left;
    vertical-align: middle;
    background-color: silver;
    font-size: 12px;
}
TR.rejected {
    text-align: left;
    vertical-align: middle;
    background-color: #808080;
    font-size: 12px;
}
TR.forwarded {
    text-align: left;
    vertical-align: middle;
    background-color: #739999;
    font-size: 12px;
}
TR.chair {
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: #0C312E;
    height: 16px;
    font-size: 10px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
}

.id {
    text-align: center;
    vertical-align: middle;
    color: #291A10;
    height: 16px;
    font-size: 12px;
    font-family: helvetica, sans-serif;
    font-weight: bold;
}

.title {
    text-align: left;
    vertical-align: middle;
    color: #291A10;
    font-size: 12px;
    font-family: times, serif;
    font-weight: bold;
}

.lastmod {
    font-family: times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #291A10
}

.abstrBtn {
    background: white;
    color: black; 
    font-family: helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    line-height: 9px;
}
.bibtexBtn {
    background: white;
    color: black; 
    font-family: courier, monospace;
    font-size: 9px;
    font-style: normal;
    line-height: 9px;
}

.sac {
    font-family: helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #18605A    
}

.lia {
    font-family: helvetica, sans-serif;
    font-style: normal;
}

.currdate {
    font-weight: bold;
    text-decoration: none;
    color: #0C312E    
}

.date {
    font-weight: bold;
    text-decoration: none;
    color: #18605A    
}
