<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: auto;
	font-size: 12px;
}
h1{
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 5px;
	margin-top: 20px;
	background-color: #0066FF;
	height: 30px;
	line-height: 25px;
}
h2{
	color: #330000;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: left;
	margin-left: 20px;
}


.text1{
	font-size: 12px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 18px;
	text-align: right;
	margin-right: 20px;
}
.li{
	margin-top: 20px;
	margin-bottom: 10px;
	
}
#text{
	width: 350px;
	margin: 0px;
	padding: 0px;
	float: left;
		
}

#pdf{
	width: 100px;
	margin: 0px;
	float: right;
	padding: 0px;
	line-height: 20px;
		
}
#fot{
	background-color: #00005E;
	padding: 0px;
	height: 40px;
	width: 500px;
	text-align: center;
	color: #FFFFFF;
	line-height: 20px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
</pre></body></html>