body {
    background-color: black;
    color: whitesmoke;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
    color: #ffff00;
}

a:visited {
    color: #ff3333;
}

.full-row {
    width: 100%;
}

.full-row td {
    text-align: center;
    vertical-align: middle;
}

h1 {
    text-align: center;
}

td.left {
    text-align: left;
}

td.right {
    text-align: right;
}

td.center {
    text-align: center;
}

th {
    text-align: left;
}

.serif {
    font-family: "Courier New", Courier, serif;
}

img.center {
    display: block;
    margin: auto;
}
