body {
    background-image: url('../images/page-bg.gif');
    font-family: Arial, Helvetica, sans-serif;
}

/* table style*/
table, th, td {
 /* Remove this line to remove table borders */
 border:none;
}

h1 {
    text-align: center;
}

table {
    text-align: center;
    align-self: center;
    margin: auto;
    background-color: white;
    width: 40%;
}

/*all images in 200x200 */
img {
    width: 200px;
    height: 200px;
}

tr, th{
    text-align: center;
    align-items: center;
    align-content: center;
}
tr#almost_blue {
    background-color: #f8f9fa;
}

a:visited {
    color: inherit;
    color: white;
}