<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0 0 0 0;
	font-family: thaisans_neueregular;
	font-size: 16px;
	color: #484949;
}

.clear { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.fl { float: left; }
.fr { float: right; }

a:link {
	color: #4676ae;
	text-decoration: none;
}
a:visited {
	color: #4676ae;
	text-decoration: none;
}
a:hover {
	color: #4676ae;
	text-decoration: underline;
}

#content_wrap {
	max-width: 640px;
	min-height: 400px;
	margin: 0 auto;
	padding: 5px;
}
#head {
	padding: 5px 5px 5px 5px;
	text-align: center;
}
#content { margin-top: 10px; padding-bottom: 15px; }
#title { font-size: 38px; line-height: 38px; }
#subtitle { font-size: 16px; }</pre></body></html>