<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body		{ font-family: "Times" serif; font-size: small }
a		{ color: navy }
p		{ margin-top: 0; }

div.title	{ font-size: xx-large; text-align: center; font-variant: small-caps }
h1		{ font-size: x-large; text-align: center; color: navy }
h2		{ font-size: large; text-align: left; }
div.copyright	{ font-size: x-small; text-align: center }
div.navbar	{ position: fixed; top: 0; left: 0; width: 200px; font-size: small; text-align: left; }
div.content	{ margin-left: 200px; top: 0}

/* Header 3 -- used for main points on lists, i.e. "1. General Information" */
h3		{ font-size: medium; text-align: left; color: #003366 }
dt		{ font-size: small; font-weight: bold; text-align: left; color: #123456 }
h5		{ font-size: medium; text-align: left; margin-bottom: 0; padding-bottom: 0 }
h6		{ font-size: small; text-align: left; margin: 0; padding: 0 }
</pre></body></html>