<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
	background-color: white; 
	color: black;
	font-family: serif;
}

a:link { 
 	color: #1f00ff; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:visited { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:hover { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: none;
 	}

.center {
	text-align: center;
}

.italic { 
 	font-style: italic; 
 	}

.bold {
        font-weight: bold;
        }

.quote {
	margin-left: 40px;
	margin-right: 40px;
}

.hrsmall {
	width: 80px;
	height: 1px;
	margin-left: 20px;
}

.td_title {
	border-color: #3366cc;
	border-style: solid;
	border-width: thin;
/*	color: #3366cc; */
	background-color : #f2f2f9; 
	font-weight: bold; 
	vertical-align: top;
}

.td_con {
	padding-top: 3px; 
	padding-left: 8px; 
	padding-bottom: 3px; 
	color : #303030; 
	background-color : #fefefe; 
	font-size: smaller;
}

.translations {
	background-color: transparent; 
	color: black;
	font-family: serif;
	font-size: smaller;
}

.fsflink {
	font-size: smaller; 
	font-family: monospace; 
	color : #000000; 
	border-left: #3366cc thin solid; 
	border-bottom: #3366cc thin solid; 
	padding-left: 5px; 
	padding-bottom: 5px;
}

.trans {
	font-size: smaller; 
	color : #000000; 
	border-left: #3366cc thin solid; 
	padding-left: 20px; 
}

img {
	border: none 0;
}

td.side {
	color: #3366cc;
/*	background: #f2f2f9; 
	border-color: #3366cc;
	border-style: solid;
	border-width: thin; */
	border-color: white;
	border-style: none;
	vertical-align: top;
}

div.copyright {
	font-size: 80%; 
	border: 2px solid #3366cc; 
	padding: 4px;
	background: #f2f2f9;
	border-style: solid;
	border-width: thin;
}

div.add_margin {
	padding: 2%;
}


.footnoteref {
	font-size: smaller; vertical-align: text-top;
}
</pre></body></html>