<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
	background-color:#fff;
	font-family: 'Open+Sans', serif,Helvetica, arial, sans-serif;
	font-size: 100%;
	width: 100%;
	}
	
section{
	position: absolute;
	left:50%;
	top:50%;
	width:1020px;
	height:1020px;
	margin-left: -510px	;
	margin-top: -510px;
	}
	
.title{ text-align: center;
	font-size: 1.7em;
	line-height: 1.4em;
	margin-top: 180px;
	height:70px;
}

img{
	margin-left:260px;
	margin-top: 0;	
}

.Address{
	font-size: 1em;
	text-align: center;
	
}
.Address a{
	text-decoration: none;
	color:green;
	
}</pre></body></html>