* {
	font-family: "Lucida Grande", sans-serif;
}
body {
	background: white;
	color: black;
}
img {
	border: 0;
}
a {
	/* color: blue; */
	color: inherit;
	text-decoration: none;
}
hr {
	border-style: solid;
	border-color: black;
	border-width: 1px 0 0 0;
}
#navlist {
	display: none;
	width: 100%;
	border-style: solid;
	border-color: black;
	border-width: 1px 0 1px 0;
}

#navlist li {
	padding: 0 20px 0 0px !important;
}

#navsub {
	display: none;
}

/*
#footer div:first-child {
	set-string: footer;
}
@page :right { @bottom-right { content: string(footer) } }
*/