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

/* ///
  ///		
 /// */

a.link-noVisited, a.link-noVisited:visited {
	color: Red;
}

/* ///
  ///		
 /// */


/* ///
  ///		
 /// */


/* ///
  ///		
 /// */









</pre></body></html>