<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link{
	color:#550055;
	text-decoration: none;
  }
a:visited{
	color:#6f6f6f;
	text-decoration: none;
  }
a:active{
	color:#6f6f6f;
	text-decoration: none;
  }
a:hover {
	color:red;
	/* Commented because I really don't like it.
	 * background-color: #DDDDDD;
	 * */
	text-decoration: underline;
  }

ABBR, ACRONYM, SPAN[TITLE]{
	border-bottom: dotted 0.1em #000000;
	cursor: help
}
</pre></body></html>