<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul {
	color: green;
	font-size:18pt;
}

ol {font-weight: bold;
   font-size: 14pt;
   color: red;
 }
   
 strong 	{
	background-color: #99FF99;
}

ol em {
	color: royalblue;
	}
	
	</pre></body></html>