<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.wLink {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
	color: #5774E7;
	padding-left: 18px;
	margin-top:  8px;
	position: relative;
	}
a.wLink::before {
		content: "";
		background-image: url("foreign.png");
		background-position: top left;
		background-repeat: no-repeat;
		position: absolute;
		width: 12px;
		height: 12px;
		left: 0px;
		top: 0px;
	}</pre></body></html>