body {
   background-color: white;
}

H1 { 
   color: navy; 
}

H1.header {
   text-align: center;
}

H2 { 
   color: navy; 
}

H2.header {
   text-align: center;
}

H3 { 
   color: navy; 
}


/* Footer for copyright and update text */
DIV.footer { 
   font-style: italic;
   font-size: smaller;
}


/* Tables */
TD.heading {
   font-style: bold;
   text-align: center;
   color: white;
   background-color: #B3214A;
}

TD.entry {
}

TD.centered {
   text-align: center;
}

TD.menubar {
   width: 18%;
   background-color: #F8F8F8;
}

TD.mainbody {
   width: 82%;
}

TABLE.heading {
   background-color: #E3E6F3;
   width: 60%;
   border: 0;
}
