<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">P,BR,HR,LI { color: red }
PRE.title { color: red }

#attention { 
	margin-top: 0;
	color: red;
}

#id { color: red }

A:link    { color: blue }
A:visited { color: green }
A:active  { color: red }
</pre></body></html>