.center {
    text-align: center
    }
.right {
    text-align: right
    }
table {
    width: 100%;
    border: 1px solid;
    border-collapse: collapse
    }
td {
    border: 1px solid
    }