BODY {
    color : black;
    background-color : #F2E56D;
    font-family : sans-serif, Verdana, Arial, Helvetica;
    font-size : 0.8em;
    padding : 0;
}

A {
    color : #BD331B;
    font-weight : bold;
}

H1 {
    color : black;
    text-align : center;
    font-size : 20pt;
    margin : 2px;
    white-space : nowrap;
}

H2 {
    color : black;
    text-align : center;
    font-size : 12pt;
    font-style : italic;
    margin : 5px;
    white-space : nowrap;
}

.heading {
    font-size : 0.9em;
    font-weight : bold;
    color : white;
    background-color : #175E17;
}

.subheading {
    font-size : 0.7em;
/*     background-color : #D3ECD1; */
    background-color : #DDECD1;
    color : black;
    width : 500px;
}

.paragraph {
    border : 1px solid;
    background-color : white;
}

.sidebar {
    width : 210px;
    background-color : #DDECD1;
    padding : 10px;
    border : 1px solid;
}

.sidebar A {
    color : black;
    font-weight : bold;
    text-decoration : none;
    white-space : nowrap;
}

.showlink A {
    color : #BD331B;
    font-size : 7pt;
}

.footer {
    text-align : center;
    white-space : nowrap;
    font-size : 9pt;
}

table.infotable  {
/* any table which occupies the entire box and displays rows of light/dark data */
    width : 100%;
    border-collapse : collapse;
    border-spacing : 0px;
    empty-cells : show;
}

table.infotable TH {
    padding : 5px;
    font-weight : bold;
    border : 1px solid black;
    background-color : #175E17;
    color : white;
    border-spacing : 0px;
}

td.dark {
    padding : 5px;
    border : 1px solid black;
    background-color : #DDECD1;
    border-spacing : 0px;
}

td.light {
    padding : 5px;
    border : 1px solid black;
    border-spacing : 0px;
    background-color : #FFFFFF;
}
#header { display : none; }
#sidebar { display : none; }
#links { display : none; }
#footer { display : none; }
* img {
    height: 0;
    width: 0;
    position: absolute;
  }