body {
    font-family: serif;
}
h1 {
    color: #000000;
    font-family: serif;
    text-align: left;
}
h2 {
    color: #000000;
    font-family: serif;
    text-align: left;
}
p {
   font-family: serif;
   text-align: justify;
}
ul,li {
    font-family: serif;
}
.contentCell {
    width: 100%;
}
.leftNavCell {
    width: 0%;
}
.topNavTable, .leftNavTable, .subHeaderRightCell, .headerCell {
    display: none;
}
.subHeaderTable {
    text-align: left;
}