<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: Verdana, Arial, sans-serif;
        font-size: 14px;
        background-color: #dddddd;
        background-image: url(background.jpg);
        color: #000000;
        margin: 5;
}

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

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

.mainImage {
  border-top-width: ;
  border-right-width: ;
  border-bottom-width: ;
  border-left-width: ;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
}

.navImg {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
        text-align: center;
        vertical-align: top;
}

/* Remove the margin under the images on the index pages. */
#index .image {
        margin-left: 2;
        margin-right: 2;
        margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
        margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
        font-weight: bold;
        font-size: 14px;
}

/* Header */
h1 {
        font-size: 30px;
        font-weight: bold;
}

/* Custom link styles */
a:link {
        text-decoration: none;
        color: #0000FF
}

a:active {
        text-decoration: none;
        color: #FF0000
}

a:visited {
        text-decoration: none;
        color: #000088
}


a:hover {
        text-decoration: underline;
        color: #FF5500
}


#imageinfo {
        visibility: hidden;
}</pre></body></html>