<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	border: 16px solid #dbe7f8;
}

hr {
	background: url(images/3-dot.gif) repeat 0 50%;
}

#setting {
	border: 1px solid #dbe7f8;

}


thead th {
	background: #b8d3f9;
}

tbody tr:hover {
	background: #ffffc3;
}

li.level-2 {
	border-left: 1px #b8d3f9 solid;
	background: url(images/3-menu-dash.gif) no-repeat 0 50%;
}

li.active {
	background: #b8d3f9;
}

.hs-totals {
	background: #b8d3f9;
}

.g-hits {
	background: #c3e39b url(images/g-hits.gif) no-repeat 5px 50% !important;
	padding-left: 10px;
}

.g-files {
	background: #c3c3f6 url(images/g-files.gif) no-repeat 5px 50% !important;
	padding-left: 10px;
}

.g-pages {
	background: #c3e3ff url(images/g-pages.gif) no-repeat 5px 50% !important;
	padding-left: 10px;
}

.g-visits {
	background: #ffffc3 url(images/g-visits.gif) no-repeat 5px 50% !important;
	padding-left: 10px;
}

.g-bytes {
	background: #ffc3c3 url(images/g-bytes.gif) no-repeat 5px 50% !important;
	padding-left: 10px;
}</pre></body></html>