table {
    border-collapse: collapse;

    margin: 10px auto;

}

th{
  border: 0;
  background-color: burlywood;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 40px;
  height: 40px;
  /* line-height: px; */
  height: 40px;
  text-align: right;
}

td {
  text-align: center;
}

td:hover {
  background-color: bisque;
}

ul{
  list-style-type: upper-alpha;
}

ol {
  list-style-type: lower-roman;
}

li{
  border: 1px solid orange;
  list-style-position:  outside;
  text-align: center;
}