<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0 auto;
}
a:link, a:visited, a:active {
	color: #00f;
	text-decoration: underline;
}

a:hover {
	color: #00f;
	text-decoration: none;
}

#banner {
	background-color: #2980b9;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 3px #2980b9;
	height: 150px;
	width: 80%;
}

#banner img {
	border: 0;
	height: 150px;
	float: left;
	width: 150px;
}

#banner hr {
	margin-top: 40px;
	width: 70%;
}

#desc {
	color: #fff;
	font-size: 28px;
	position: relative;
	top: 25px;
}

#desc b {
	color: #fff;
	font-size: 28px;
}

#desc2 {
	font-size: 20px;
}

#content {
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	width: 80%;
}

.title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}

.text {
	line-height: 25px;
	text-align: justify;
}

.code {
	color: #0f0;
}
</pre></body></html>