<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background : #EEE;
	font-family: Arial, Helvetica, sans-serif;
	margin : 3em 5em;
	line-height : 1.3;
	font-size: 80%;
}

pre {
	border: 1px solid black;
	border-color: #BBB #DDD #DDD #BBB;
	margin : 2em;
	padding : 1em;
	line-height: 1.2;
	background: white;
	overflow: auto;
}

code {
	font-size: 1.2em;
}

h1 span {
	font-size : 0.5em;
}

a {
	color : gray;
}

/* end of page css - below is for the code highlighter */

.java .comment {
	color : green;
}

.java .string {
	color : teal;
}

.java .keywords {
	color : navy;
}

.java .brackets {
	color : navy;
}
</pre></body></html>