<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.style1 {
	font-size: small;
	color: #FF0000;
}
.style4 {font-size: small}
.style5 {
	font-size: xx-large;
	font-weight: bold;
}
.box-yellow {
	font-size: 150%;
	font-weight: bold;
	background-color: #FFFFCC;
	width: 250px;
	border: 1px solid #0099FF;
	margin: 5px 5px 30px;
	padding: 0px 10px;
}
</pre></body></html>