<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,h2,h3,h4 {
 font-family: "Neuton", san-serif;
 margin: 0;
}
h1 {
 font-size: 90px;
}
h2 {
 font-size: 50px;
}
h3 {
 font-size: 30px;
}
h4 {
 font-size: 20px;
}
.mainheading {
 text-align: center;
 background-color: rgba(255,255,255,0.9);
 padding: 20px 30px;
 padding-top: 0;
 width: 70%;
 margin: 0 auto;
 margin-bottom: 20px;
 border-radius: 0 0 16px 16px;
 box-shadow: 2px 2px 10px #444;
}

.menuWrapper {
 margin-bottom: 2px;
}
.footer {
 height: 30px;
}

.content {
 width: 100%;
 min-height: 1600px;
 background-color: rgba(255,255,255,0.9);
 background-width: 100%;
 background: url("background.jpg") repeat-y;
 margin-top: 0;
 text-align: left;
}
.maincontent {
 background-color: rgba(255,255,255,0.9);
 padding: 30px;
 border-radius: 6px;
 width: 70%;
 margin: 0 auto;
 box-shadow: 2px 2px 10px #444;
}
.content p {
 margin: 0 auto;
 margin-top: 12px;
 text-align: left;
}
.content p:first-of-type {
 margin-top: 2px;
}

.peoplelist {
 margin: 0;
 width: 80%;
 list-style-type: square;
 list-style-type: circle;
 list-style-type: disc;
 -moz-column-count: 2;
 -moz-column-gap: 10px;
 -webkit-column-count: 2;
 -webkit-column-gap: 20px;
 column-count: 2;
 column-gap: 20px;
}

.controllist {
 min-width: 50%;
 max-width: 80%;
 height: 40px;
 padding: 5px;
 list-style-type: none;
 background-color: rgba(255,255,255,0.9);
 border-radius: 6px;
 margin: 0 auto;
 margin-bottom: 20px;
}

.controllist li {
 float: left;
 background-color: #fff;
 border-radius: 8px;
 padding: 4px;
 padding-top: 6px;
 height: 20px;
 font-size: 0.8em;
 margin: 2px 6px;
 box-shadow: 2px 2px 10px #444;
}
.controllist li:hover {
 cursor: pointer;
 margin: 0 4px;
 border: 2px solid #992a26;
}
.controllist li a {
 color: inherit;
}

.maincontent h3 {
 margin-top: 30px;
 margin-bottom: 10px;
}
.affil {
 font-size: 0.8em;
 font-style: italic;
}
</pre></body></html>