body {
    text-align: center;
    background-image: url(bg2.jpg);
    background-repeat: repeat;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: larger;
    font-weight: lighter;
    line-height: 2rem;
}
table {
    border: 10px solid black;
    border-style: inset;
}
td, th {
    border: 2px solid black;
    padding: 10px;
}