<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	font-size: small;
	line-height: 140%;
}

.medium {
	font-size: medium;
}

.medium_bold {
	font-weight: bold;
	font-size: medium;
}

.bold {
	font-weight: bold;
}

.title {
	color:white;
	font-weight: bold;
	background: #003399;
	text-align: center;
}

h1 {
	font-size: 16px;
	margin: 0;
}

hr {
	margin-bottom: 20px;
	border: 1px dotted #666666;
	border-top: hidden;

}

p {
	margin: 20px;
}

dt {
	font-weight: bold;
	margin: 0 35px 0 35px;
}

dd {
	margin: 7px 60px 20px 60px;
}

li {
	margin: 0 7px 20px 7px;
}
</pre></body></html>