body {
   color: #FFFFFF;
   background-color: #000000
}

td.whiteCell {
   color: #000000;
   background-color: #FFFFFF; 
}

tr.whiteRow {
   color: #000000;
   background-color: #FFFFFF; 
}

p.subMenuItem {
   font-size: large;
   text-align: left
}

p.menuItem {
   font-size: large;
   font-style: italic;
   text-align: center
}

p.currentMenuItem {
   color: #66ccff;
   font-size: large;
   font-style: italic;
   text-align: center
}

p.body {
   font-size: medium;
}

p.label {
   text-align: left;
   font-size: medium;
}

.label {
   text-align: right;
   font-size: medium;
}

p.copyright {
   font-size: x-small;
   text-align: right
}
