.PageHeader {
 font-family: "Lucida Sans";
 font-size: 24pt;
 font-weight: bold;
 text-align: center;
 color: "#CC0000";
 background-color: "#FFCC00";
}

.SectionHeader {
 font-family: "Lucida Sans";
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 color: "#000080";
 background-color: "#FFCC00";  // FFCC00 was for index_body, F8E6A5 all others
}
