/* Base styles */
body {
    background-color: #FFFFCC;
    font-family: "Comic Sans MS", cursive;
    font-size: 12pt;
    min-width: 1300px;
    overflow-x: auto;
    text-align: center;
}

/* Paragraph styles */
p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

h1 {
    margin-bottom: 20px;
    font-size: 14pt;
    font-weight: bold;
}

/* Table styles */
table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

th, td {
    border: 1pt solid windowtext;
    padding: 5.4pt;
    vertical-align: top;
    width: 50%;
    min-width: 620px;
}

th {
    font-weight: bold;
}

.date-row {
    font-weight: bold;
    font-size: 14pt;
}

/* Images and captions */
img {
    width: 600px;
    height: 450px;
    object-fit: fill;
    display: block;
    margin: 0 auto;
}

.caption {
    font-style: italic;
    font-size: 14pt;
}

.author-info {
    margin: 10px 0 30px 0;
    font-size: 12pt;
}
