<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
	min-width: 320px;
	margin: 0 auto;
	font-size: 18px;
	font-family: Arial;
	color: #444;
	background-color: #a8a8a8;
}
.main a {
	color: #444;
}
.main a:hover {
	color: #06f;
}
.main li{
	list-style:none;
}
.main textarea, input, select {
	resize: none;
	outline: none;
	font-size: 1em;
}
.main .content {
	background-color: #fff;
	padding: 10px;
	text-align: justify;
	text-justify: distribute;
}
.main .content .area {
	max-width: 728px;
	line-height: 160%;
	overflow: hidden
}
</pre></body></html>