<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "windows-1252";
.height {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.beginners {
	font-weight: bold;
	color: #0F0;
}
.intermediate {
	font-weight: bold;
	color: #00F;
}
.advanced {
	font-weight: bold;
	color: #F00;
}
#red {
	color: #F00;
}
#blue {
	color: #00F;
}
#green {
	color: #0F0;
}
</pre></body></html>