<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
        font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
        font-size: 18px;
        background-color: #CCCCCC;
        color: black;
        margin: 5;
}


/* Put a border on all generated images */
.image {
        border-width: 1;
        border-color: black;
        border-style: solid;
        margin: 2;
}

/* Style for all table cells. */
td {
        font-size: 10px;
}

h5 {
        font-size:15px;
}
h4 {
        font-size: 20px;
}
h3 {
        font-size: 25px;
}
h2 {
        font-size: 30px;
}
h6 {
        font-size: 10px;
}
h1 {
        font-size:40px;
}
</pre></body></html>