div.reduceSize {
      font-size: 80%;
}
div.red {
  font-size: 100%;
      color: crimson;
}
font.blue {
  font-size: 100%;
      color: royalblue;
}
font.red {
  font-size: 100%;
      color: crimson;
}
font.white {
  font-size: 100%;
      color: white;
}
font.bluebold {
   font-size: 100%;
       color: royalblue;
 font-weight: 700;
}
font.redbold {
   font-size: 100%;
       color: crimson;
 font-weight: 700;
}
font.whitebold {
   font-size: 100%;
       color: white;
 font-weight: 700;
}
td.tableheadtext {
  background-color:#408473;
}
