body {
    text-align:center;
}
table {
    border-collapse: collapse;
    width: 68.2641%;
    height: 172px; 
    background-color: rgb(206, 212, 217); 
    margin-left: auto; 
    margin-right: auto;
    border: 1;
}
table td {
    width: 100%;
}
span.ul {
    text-decoration: underline;
}
span.bg {
    background-color: rgb(206, 212, 217);
}