<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
BODY {
	color: #444444;
	background-color: #FFFFFF;
	font-family: verdana;
	margin: 10px;
	margin-right: 10px;
}
	#PageOutline { text-align: center; 
	margin-top: 40px; }
	A { color: #0153A4; }
	H1 { font-size: 16pt; margin-bottom: 4px; }
	H2 { font-size: 14pt; margin-bottom: 4px; font-weight: normal; }
img {
    max-width: 100%;
    height: auto;
	/*margin: 0 20px 10px 0;*/
	border-radius: 8px;
	/*box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
}

</pre></body></html>