<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">      .js .hidden {
	display:none;
      }
      body{ color: #333; background-image:url('b.jpg'); font: 13px 'Lucida Grande', Verdana, sans-serif; }
      h2{
	color: blue;
      }
      .events{
	width: 100%;
      }
      .qa_header{
	color: blue;
	font-weight: bold;
	margin: 20px 0px;
      }
      .qa_content{
	text-align: left;
      }
      .head_qa{
	width: 110px;
	float: left;
	font-weight: bold;
      }
      .desciption_qa{
	width: 600px;
	float: left;
      }
      .clear{
	clear: both;
      }</pre></body></html>