body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

TH {
     font-family: MS Sans Serif;
     font-size: 10pt ;
     text-align: Center;
     background-color: navy !important;
     color: #FFFFFF;
 }
.oddrows {
     font-family: MS Sans Serif;
     font-size: 10pt !important;
     text-align: Left;
     background-color: #FFFFFF;
 }
.evenrows {
     font-family: MS Sans Serif;
     font-size: 10pt !important;
     text-align: Left;
     background-color: #FFFFBF;
 }