<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-item {
	display: block;
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.menu-item-b {
	height: 6px;
}
.menu-item-c {
	height: 6px;
}
.menu-item a {
	display: block;
	padding: 4px 4px 6px 8px;
	text-decoration: none;
	background-repeat: repeat-x;
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
#footer .menu-item a {
	padding-top: 6px;
	padding-bottom: 4px;
}
.menu-item-last {
	width: 200px;
}
</pre></body></html>