<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
		background-color: #fff;
		/*font-family: georgia, times, "times new roman", serif; */
		line-height: 1.2em;
		text-align: left;
		font-family: "Helvetica Neue", Tahoma, "Lucida Grande", Helvetica, sans-serif;
}

/* Reduced margins beneath headings */
h1, h2, h3, h4, h5, h6, dt, small {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #111;
	margin: .5em 0em .25em 0em;
	padding: 0em 0em .2em 0em;
	letter-spacing: 0.02em;
}

h1, h2, h3 {
	font-weight: normal;
}

h4 {
	font-weight: bolder;
}
h5, h6, th, dt {
	font-weight: bold;
	margin: 0em 0em .5em 0em;

}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }	
h5 { font-size: 100%; }
h6 { font-size: 100%; }


img.centered {
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

img.noBorder {
	margin: 0px;
}

p {
	padding-bottom: 10px;
}

#header {
	margin-bottom: 10px;
}

#header img {
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}


div#col1 p {
	text-align: center;
}

div#col1 ul {
	margin: 5px 0 10px 5px;
	padding:0 0 0 5px;
	font-weight:bold;
}

div#col1 ul li {
	margin-left: 5px;
}

.larger {
	font-size: 120%;
}

.smaller {
	font-size: 90%
}

.smallest {
	font-size: 80%
}

.verysmall {
	font-size: .5em;
	line-height: 1em;
}

.invisible {
	color: #000000;
}

.underline {
	text-decoration: underline; 
}

.monospaced {
font-family: Monaco, Courier, "MS Courier New", Prestige, "Everson Mono";
}</pre></body></html>