<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body{
	background-color: #222222;
	color: #aaaaaa;
	font-family: Callibri, Verdana, sans-serif;
	font-size: 14px;
	}
 
 h1 { 
	color: #aaaaaa;
	text-align: center;
	font-size: 25px;
    }
h3{
	font-size: 17px;
}	
	
a{
color: #dddddd; font-style: italic; border-color: #222222; border-width: 2px; border-style: solid;
}	
	
a:focus   { border-color: green; border-width: 2px; border-style: solid;}
a:hover   { border-color: green; border-width: 2px; border-style: solid;}
a:active  { border-color: green; border-width: 2px; border-style: solid;}


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