.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centerDiv {
    text-align: center;
}
.topDiv {
    position: absolute;
}
table, th, td {
    border:1px solid black;
}