<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
	background: url(../images/bg.jpg);
	border: 0px;
	margin: 0;
	padding: 0;
}
body {
	border: 0px;
	margin: 0;
	padding: 0;
}
#page {
	margin: 0px auto;
	width: 800px;
}
#menu {
	position: relative;
	height: 500px;
	margin-left: 5px;
}
.gallery {
	margin: 30px auto;
	width: 80%;
	padding-top: 10px;
}
.menuitem {
	background: #afec77;
}
.menutarget {
	background-color:#afec77;
	display: none;
	border-bottom: 5px solid white;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
img {
	border:0px;
}
a {
	color:#FFCC33;
}</pre></body></html>