<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
img{
	border: none;
}
.sideMenu{
        width:227px;
		margin: 0 auto;
}
.sideMenu h3{

	line-height: 42px;
	background: #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	padding: 0 10px;
	
}
.sideMenu h3 a{
	color: #000;
}
.sideMenu ul{
	display: none;
}
.sideMenu ul li{
	
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
}
.sideMenu ul li a{
	color: #919191;
	font-size: 14px;
	font-weight: normal;
	
}
</pre></body></html>