<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
	color: #0000FF;
	text-decoration	: underline;
	}


a:visisted {
	color	: #9955CC;
	}


a:hover	{
	text-decoration		: none;
	background-color	: #FFE070;
	color				: #FF0000;
	}</pre></body></html>