<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */
#DonateContent {
	width: 80%;
	margin: 25px auto;
	font-size: small;
	text-align: justify;
	padding: 25px;
	border-radius: 30px;
	border-style: solid;
	border-color: #4040BB;
	border-width: 10px;
	overflow: auto;
}
#iaddress {
	padding: 0px 0px 0px 30px;
	text-align: left;
}
#letterhead {
	align: bottom; 
	text-align: left;
}
#ig_logo {
	float:left;
	padding: 0 30px 0 30px;
	xborder-right: thick solid #4040bb;
	margin-right:30px;
}
#ig_address &gt; p {
	font-weight:bold;
}
#info {
	padding: 5px;
	clear: both;
}
#info p {
   text-indent: 30px;
}
div#DonateDiv {
	text-align: center;
	opacity:1;
	transition: opacity 2s;
}
div#DonateDiv.fade {
	opacity:.33;
}</pre></body></html>