table, th, td {
    border: 1px solid;
    border-collapse: collapse;
  }

.center {
    text-align: center;
}

ol.abc {
    list-style-type: lower-alpha;
}

ol.numDecimal {
    list-style-position: outside;
}

.f10 {
    font-size: 10pt;
}