body {
    background: white;
    color: black;
    font-family: serif;
    width: 40em;
}

.example {
    border: solid gray 1px;
    margin: 5px;
}

img.example {
    padding: 5px;
}

table.example {
    border-collapse: collapse;
}

table.example td {
    padding: 5px;
    border: solid gray 1px;
}

table.example td.image {
    text-align: center;
}
