<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Kanit', sans-serif !important;
}

a:hover {
	color: black !important;
}

.clear{
	clear:both;
}

.dl_img{
	float:left;
	margin:10px;
}

.dl_imgB{
	float:left;
	margin:10px;
}

.sig_img{
	width:100px;
	margin-right:20px;
}

a.lndlH:link,
a.lndlH:visited,
a.lndlH:active,
a.lndlH:focus{
	text-decoration:underline !important;
	color: #D01919 !important;
	font-size:1.5em;
	font-weight: bold !important;
	margin-right:15px;
}

a.lndl:link,
a.lndl:visited,
a.lndl:active,
a.lndl:focus{
	text-decoration:underline !important;
	color: #D01919 !important;
	font-weight: bold !important;
}

a.lndsr:link,
a.lndsr:visited,
a.lndsr:active,
a.lndsr:focus{
	text-decoration:underline !important;
	color: blue !important;
	font-weight: bold !important;
}
.img_sha{
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: 3px 3px 3px 3px #888888;
}
.head_B{
	text-decoration:underline !important;
	font-weight: bold !important;
}
.head_C{
	text-decoration:underline !important;
}
.head_A{
	font-weight: bold !important;
}

@media (max-width: 480px) {
	.dl_img{
		width:90%;
		margin:10px;
		float:none;
	}

}

@media (max-width: 640px) {
	.dl_imgB{
		width:90%;
		margin:10px;
		float:none;
	}
}
</pre></body></html>