<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.menubox ul {
	list-style:none;
	top: 10px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
}
	
.menubox li {	
	display:inline;
    padding: 14px 16px;
    text-decoration: none;
	border: 2px solid #000;
	border-radius: 10px;
	background-image:url(images/museumwallsm2.jpg)
}

.menubox {
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	/*	font-weight: bold;*/
	font-variant: small-caps;
	text-align:center;
	z-index: 1;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
.active {
	font-weight:bold;
	font-style: italic;
}
</pre></body></html>