<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Roboto', sans-serif,'Sarabun';
	padding: 0px;
	margin: 0px;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
.h_bg {
	background: #034ea1;
	padding: 10px;
}  
.f_bg {
	background: #034ea1;
}
.h_pg {
	font-size: 25px;
	color: #fff;
}
.text_head{
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}
div div div h1 &gt; a {
	
}
div div div h1 &gt; a:hover {
	color: #fff;
	text-decoration:none;
}
div div img.logo {
	padding-top: 20px;
	width: 200px;
	display: block;
	margin: auto;
	position:relative;
    animation:mytest 1s;
    -moz-animation:mytest 1s; /*Firefox*/
    -webkit-animation:mytest 1s; /*Safari and Chrome*/
    -o-animation:mytest 1s; /*Opera*/}
                                     
    @keyframes mytest
    {from {right: 15px;}
    to {right: 0px;}}

    @-moz-keyframes mytest /*Firefox*/
    {from {right: 15px;}
    to {right: 0px;}}
                                     
    @-webkit-keyframes mytest /*Safari and Chrome*/
    {from {right: 15px;}
    to {right: 0px;}}
                                     
    @-o-keyframes mytest /*Opera*/
    {from {right: 15px;}
    to {right: 0px;}}
}
div div ul {

}
div div ul li a {
	text-align: center;
	display: inline-block;
	font-size: 14px;
	background: #fafafa;
	padding: 0px;
	border-left: 1px solid #000; 
	display: block;
	margin: auto;
}
.box {
	background: #f0f0f0;
	border: 2px solid #d1d1d1;
	padding: 20px;
	margin: 15px;
	border-radius: 15px;
}
.box:hover {
	background: #f0f0f0;
	border: 2px solid #d1d1d1;
	padding: 20px;
	margin: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3);
	box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.box_img {
	width: 200px;
	padding: 10px;
}
.hr {
	margin: 0px;
}

</pre></body></html>