body {
    background-color: #ffff00;
}

/* center the logo image */
img {
    display: block;
    margin: 0em auto;
    text-align: center;
}

table {
    width: 100%;
    background-color: #ffff99;
    border: none;
}
td {
    text-align: center;
}

h1 {
    text-align: center;
    font-size: 1.6em;
}
h2 {
    text-align: center;
    font-size: 1.3em;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    margin-left: -2em;
}
li {
    padding: 0.1em 0em;
}

.boldlist li {
    font-weight: bold;
    padding: 0.3em 0em;
}

