<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY{
scrollbar-3dlight-color:gray;
scrollbar-arrow-color:white;
scrollbar-base-color:gray;
scrollbar-darkshadow-color:gray;
scrollbar-face-color:orange;
scrollbar-highlight-color:gray;
scrollbar-shadow-color:gray;
scrollbar-track-color:gray;
}
 
 A:link{
 color:orange;font-weight: none;
 } 
 
 A:visited{
 COLOR:darkbrown;font-weight: none;
 }
 
 A:active{
  COLOR:darkbrown;cursor:crosshair;
 } 
  
 A:hover{
 color:orange;background-color:gray;cursor:crosshair
 }
 
 TEXTAREA{
	FONT-SIZE: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: orange; 
	border:2px orange solid;
	background-color: gray;
}

INPUT{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: orange; 
	border:2px orange solid;
	background-color: gray;
}
</pre></body></html>