
BODY {
font-family: serif
}

H1 {
font-family: sans-serif;
font-size: xx-large;
font-weight: bold;
text-align: center;
padding-bottom: 32px
}

H2 {
font-family: sans-serif;
font-size: x-large;
font-weight: bold;
text-align: left;
border-top: 1px solid black;
padding-bottom: 8px;
padding-top: 16px
}

PRE.listing { 
border: 1px solid #000000; 
font-family: monospace;
background-color: rgb(95%, 95%, 95%)
}

PRE.output {
border: 4px solid rgb(50%, 50%, 50%); 
padding: 4px;
font-family: monospace;
font-weight: bold;
background-color: rgb(10%, 10%, 10%);
color: rgb(95%, 95%, 95%)
}

CODE {
font-family: monospace;
font-weight: bold
}

THEAD {
background-color: #FFFFCC;
text-align: center;
font-weight: bold
}

TR.title {
background-color: #002277;
color: #BBDDFF;
text-align: center;
font-weight: bold;
font-size: large;
}

TR.subtitle {
background-color: #FFFFBB;
color: black;
text-align: center;
font-style: italic;
}

TR.odd {
background-color: #EFEFEF
}

TR.even {
background-color: #EFEFFF
}

SPAN.yes_positive {
background-color: #77FF77
}

SPAN.no_negative {
background-color: #FF8844
}

SPAN.yesno_unknown {
background-color: rgb(90%,90%,90%)
}

TD.yes_positive {
background-color: #77FF77;
text-align: center;
}

TD.no_negative {
background-color: #FF8844;
text-align: center;
}

TD.yesno_unknown {
background-color: rgb(90%,90%,90%);
text-align: center;
}
