<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Timg {
	text-align: center;
	background: white;
	padding:0;
	margin:0; 
	border:0;
}
#Timg img {
	margin-left: -1.5em;
	margin-top: 1em;
	border:1px grey dotted;
}
#timglk img:active {
	border:1px blue dotted;
}
#timglk img:hover {
	border:1px black dotted;
}
#timglk img:visited {
	border:1px purple dotted;
}
#Timg p {
	text-indent: -1.5em;
	background: white;
}</pre></body></html>