body {
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
     margin-right: 0px;
     font-family: "Helvetica";
     font-size: 10pt;
     font-weight: bold;
     color: #000000;
     background-color: #FCF9D8;
}

H2 {
     color: #FF6600;
     font-size: 16pt;
}

H3 {
     color: #FFCC00;
     font-size: 18pt;
}

H4 {
     color: #FF6600;
     font-size: 20pt;
}

H5 {
     color: #808080;
     font-size: 16pt;
}

H6 {
     color: #C34400;
     font-size: 18pt;
}

table {
     font-family: "Helvetica";
     font-size: 10pt;
     font-weight: bold;
     color: #000000;
}

table.white {
     font-family: "Helvetica";
     font-size: 10pt;
     font-weight: normal;
     color: #000000;
     background-color: #FFFFFF;
}

td {
     font-family: "Helvetica";
     font-size: 10pt;
     font-weight: bold;
     color: #000000;
}

a {
     font-family: "Helvetica";
     font-size: 10pt;
     font-weight: bold;
     color: #000000;
     text-decoration: none;
}

a.external {
     font-family: "Helvetica";
     font-size: 10pt;
     font-weight: bold;
     color: #000000;
     text-decoration: none
}
a.external:hover {
     font-family: "Helvetica";
     font-size: 10pt;
     font-weight: bold;
     color: #FFFFCC;
     text-decoration: none
}

a.art {
     font-family: "Helvetica";
     font-size: 8pt;
     font-weight: bold;
     color: #808080;
     text-decoration: none
}

p.text { 
    font-family: "Helvetica";
    font-size: 10pt;
    text-align: justify;
    text-indent: 20; 
}

p.photocredit {
    font-family: "Helvetica";
    font-size: 8pt;
    text-align: left;
    color: #808080;     
}

p.smalltext {
    font-family: "Helvetica";
    font-size: 8pt;
    text-align: left;
    color: #000000;     
}

.green {
     background-color: #E3FA88;
}