<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
	margin-top: 0px;
	background-color: #E9EDEA;
	margin-bottom: 0px;
	color:#333333
;
}
body {
  font-size : 100%; /* IE */
  line-height : 150%;
}
html&gt;/**/body {
  font-size: 12px; /* Except IE */
  line-height:140%;
}
a:link {
	text-decoration: underline;
	color: #FF6600;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #6685AA;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}



td{
	line-height: 150%;
}</pre></body></html>