<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a:link {
	color: #CC4040;
	}
a:visited {
	color: #CC4040;
	}
a:hover {
	color: #FFF;
	background-color: #D97171;
	}
a:active {
	color: #CC4040;
}

div.example {
	position: relative;
	width: 60%;
	border: 2px solid #8395CB;
	background-color: #FFFF99;
	margin-top: 10px;
}

div.box {
	position: relative;
	width: 100%;
	border: 2px solid #8395CB;
	background: white;
	margin-top: 10px;
}

p {
	margin-left: 30px;
}

h2 {
	text-align: center;
}
</pre></body></html>