<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
	line-height: 20px;
	text-align:justify;
	background-color: #dce2ed;
	margin-top: 3em;
	}
	
	.blue_border {
	border: 3px solid #7798bf;
	}
p {
	margin-right: 1em;
	margin-left: 1em;
}
h3 {
	font-family: Arial, sans-serif;
	text-align: center;
}
</pre></body></html>