<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin : 0;
  padding : 0;
  background-color : #ffffff;
  color : #000000;
}
#leftnavigation {
  position : absolute;
	left : 0;
	width : 150px;
	margin-left : 10px;
	margin-top : 20px;
	color : #000000;
	padding : 3px;
}
#rightnavigation {
	position : absolute;
	left : 80%;
	top : 20px;
	width : 140px;
	padding-left : 10px;
	z-index : 3;
	color : #000000;
	padding : 3px;
}
#content {
  top : 0px;
  margin : 0px 25% 0 165px;
  padding : 3px;
  color : #000000;
}
</pre></body></html>