<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">H2 {
  background: #C0FFC0;
  text-align: center;
}

PRE {
  background: #D0FFE0;

}
BLOCKQUOTE {
  background: #D0FFC0;

}

P{
        line-height:135%;
}

LI{
//	display:block;
//	background-color:#FFF;
//	margin-top:3px;
//	margin-bottom:3px;
//	margin-right:5px;
//	margin-left:5px;
//	padding-top:5px;
	padding-bottom:3px;
//	padding-left:10px;
//	padding-right:10px;
        line-height:135%;
//	border:medium;
//	border-color:#0C6;
//	border-radius:20px;

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