<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
        text-align: center;
        font-size: 150%;
        color: #F8F8F8;
        background-color: #B20C30;
        border-top: gray 3px solid;
        border-bottom: gray 3px solid;
        padding: 1ex;
        clear: both;
}

li {
	margin-bottom: 1ex;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
.indented {
	margin-left: 5em;
}
</pre></body></html>