<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*main.css*/

body {
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial;
}

div {
	overflow: hidden;
}

a {
	color: #ffffff;
	text-decoration: none;
}

div.layout {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow:auto;
	text-align: center;
}

div.pagebg {
	position: relative;
	width: 1000px;
	height: 795px;
	margin: 0px auto;
	text-align: left;
}

div.links_top_right {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 150px;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
}

div.links_top_right a:hover {
	color: #273b84;
}

div.links_center_box {
	position: absolute;
	top: 435px;
	left: 160px;
	width: 180px;
	height: 250px;
	font-size: 16px;
	font-weight: bold;
}

a.link_tag {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 250px;
}

a.link_tag  span.text_container {
	display: inline-block;
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 200px;
}

a.link_tag:hover {
	color: #273b84;
}

div.links_center_key {
	position: absolute;
	top: 435px;
	left: 340px;
	width: 180px;
	height: 250px;
	font-size: 16px;
	font-weight: bold;
}

div.content {
	position: absolute;
	top: 465px;
	left: 530px;
	width: 300px;
	height: 175px;
	font-weight: bold;
	font-family: verdana;
}

div.center_text1 {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-family: Times;
	text-align: center;
	letter-spacing: 2px;
	
	display: none;
}

div.center_text2 {
	position: absolute;
	top: 690px;
	left: 0px;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-family: Times;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	
	display: none;
}

div.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	text-align: center;
}</pre></body></html>