<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin:0;
	padding:0;
	}
.cb{clear:both;}
.header{
	
	padding:10px 0;
	border-bottom:solid 2px #A9A9A9;
	}
.search-area{
	margin:25px -30px 0 0;
	padding:0;
	float:right;
		}
.search-area input[type=text], input[type=submit]{
	outline:none;
	}
.search-area input[type=text]{
	padding:5px 35px 5px 10px ;
	
	}
.search-icon{
	position:relative;
	top:0;
	right:35px;
	display:inline;
	}
.error-text{
	margin:0;
	text-align:center;
	}
.error-text h1{
	margin:20px 0 20px;
	padding:0;
	text-align:center;
	font-size:110px;
	line-height:1;
	}
.error-text h3{
	margin:0px 0 20px;
	padding:0;
	color:#058ADB;
	text-align:center;
	font-size:24px;
	line-height:1;
	}
.error-text h4{
	margin:0px 0 20px;
	padding:0;
	text-align:center;
	font-size:18px;
	line-height:1.6;
	}
.bottom-link{
	margin:20px 0 50px;
	}
.bottom-link ul{
	margin:0;
	text-align:center;
	}	
.bottom-link ul li a{
	margin:0;
	padding:12px 20px;
	background:rgb(64, 105, 142);
	color:#fff;
	//border-radius:10px;
	text-align:center;
	border:solid 1px #000;
	transition:all 350ms linear;
	}
.bottom-link ul li a:hover{
	border:solid 1px #000;
	background:#fff;
	color:#333;
	text-decoration:none;
	box-shadow:2px 3px 10px #A4A2A2;
	}
	
	
	
	
	
	
	
	</pre></body></html>